Searched refs:PathForModuleSrc (Results 1 – 20 of 20) sorted by relevance
| /build/soong/cc/ |
| D | ndk_headers.go | 109 fullFromPath := android.PathForModuleSrc(ctx, from) 133 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License)) 215 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License)) 217 fromSrcPath := android.PathForModuleSrc(ctx, String(m.properties.From)) 338 preprocessor := android.PathForModuleSrc(ctx, String(m.properties.Preprocessor)) 339 m.licensePath = android.PathForModuleSrc(ctx, String(m.properties.License))
|
| D | compiler.go | 296 flags.GlobalFlags = append(flags.GlobalFlags, "-I"+android.PathForModuleSrc(ctx).String()) 297 flags.YasmFlags = append(flags.YasmFlags, "-I"+android.PathForModuleSrc(ctx).String()) 394 if strings.HasPrefix(android.PathForModuleSrc(ctx).String(), "external/") { 451 if strings.HasPrefix(android.PathForModuleSrc(ctx).String(), "external/") {
|
| D | vndk_prebuilt.go | 120 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
|
| D | llndk_library.go | 112 srcDir := android.PathForModuleSrc(ctx, srcHeaderDir)
|
| D | ndk_library.go | 280 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
|
| /build/soong/apex/ |
| D | key.go | 73 m.public_key_file = android.PathForModuleSrc(ctx, String(m.properties.Public_key)) 78 m.public_key_file = android.PathForModuleSrc(ctx, String(m.properties.Public_key)) 83 m.private_key_file = android.PathForModuleSrc(ctx, String(m.properties.Private_key)) 87 m.private_key_file = android.PathForModuleSrc(ctx, String(m.properties.Private_key))
|
| D | apex.go | 861 …manifest := android.PathForModuleSrc(ctx, proptools.StringDefault(a.properties.Manifest, "apex_man… 955 …androidManifestFile := android.PathForModuleSrc(ctx, proptools.String(a.properties.AndroidManifest… 1052 …manifest := android.PathForModuleSrc(ctx, proptools.StringDefault(a.properties.Manifest, "apex_man…
|
| /build/soong/android/ |
| D | sh_binary.go | 85 return PathForModuleSrc(ctx, String(s.properties.Src)) 101 s.sourceFilePath = PathForModuleSrc(ctx, String(s.properties.Src))
|
| D | prebuilt.go | 67 return PathForModuleSrc(ctx, (*p.srcs)[0]) 73 return PathForModuleSrc(ctx, *p.src)
|
| D | prebuilt_etc.go | 91 return PathForModuleSrc(ctx, String(p.properties.Src)) 113 p.sourceFilePath = PathForModuleSrc(ctx, String(p.properties.Src))
|
| D | prebuilt_test.go | 281 s.src = PathForModuleSrc(ctx, "source_file")
|
| D | paths.go | 871 func PathForModuleSrc(ctx ModuleContext, pathComponents ...string) Path { func 940 return OptionalPathForPath(PathForModuleSrc(ctx, *p))
|
| D | module.go | 1478 return PathForModuleSrc(ctx, srcFile) 1486 return OptionalPathForPath(PathForModuleSrc(ctx, *srcFile))
|
| D | paths_test.go | 751 src := PathForModuleSrc(ctx, *p.props.Src)
|
| /build/soong/xml/ |
| D | xml.go | 82 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
|
| /build/soong/java/ |
| D | dexpreopt.go | 141 android.PathForModuleSrc(ctx, String(d.dexpreoptProperties.Dex_preopt.Profile)))
|
| D | aar.go | 207 manifestSrcPath := android.PathForModuleSrc(ctx, manifestFile) 550 aar = android.PathForModuleSrc(ctx, a.properties.Aars[0])
|
| D | app.go | 658 android.PathForModuleSrc(ctx, cert+".x509.pem"), 659 android.PathForModuleSrc(ctx, cert+".pk8"),
|
| D | droiddoc.go | 600 flags = append(flags, "-I"+android.PathForModuleSrc(ctx).String()) 977 resourcesDir := android.PathForModuleSrc(ctx, String(d.properties.Resourcesdir)) 1416 previousApi := android.PathForModuleSrc(ctx, String(d.properties.Previous_api)) 1421 flags += " --validate-nullability-from-list " + android.PathForModuleSrc(ctx, s).String() 1793 d.dir = android.PathForModuleSrc(ctx, path)
|
| D | java.go | 576 flags = append(flags, "-I"+android.PathForModuleSrc(ctx).String()) 983 j.expandJarjarRules = android.PathForModuleSrc(ctx, *j.properties.Jarjar_rules) 1158 manifest = android.OptionalPathForPath(android.PathForModuleSrc(ctx, *j.properties.Manifest)) 1710 j.wrapperFile = android.PathForModuleSrc(ctx, *j.binaryProperties.Wrapper)
|