Home
last modified time | relevance | path

Searched refs:PathForModuleSrc (Results 1 – 20 of 20) sorted by relevance

/build/soong/cc/
Dndk_headers.go109 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))
Dcompiler.go296 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/") {
Dvndk_prebuilt.go120 return android.PathForModuleSrc(ctx, p.properties.Srcs[0])
Dllndk_library.go112 srcDir := android.PathForModuleSrc(ctx, srcHeaderDir)
Dndk_library.go280 symbolFilePath := android.PathForModuleSrc(ctx, symbolFile)
/build/soong/apex/
Dkey.go73 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))
Dapex.go861 …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/
Dsh_binary.go85 return PathForModuleSrc(ctx, String(s.properties.Src))
101 s.sourceFilePath = PathForModuleSrc(ctx, String(s.properties.Src))
Dprebuilt.go67 return PathForModuleSrc(ctx, (*p.srcs)[0])
73 return PathForModuleSrc(ctx, *p.src)
Dprebuilt_etc.go91 return PathForModuleSrc(ctx, String(p.properties.Src))
113 p.sourceFilePath = PathForModuleSrc(ctx, String(p.properties.Src))
Dprebuilt_test.go281 s.src = PathForModuleSrc(ctx, "source_file")
Dpaths.go871 func PathForModuleSrc(ctx ModuleContext, pathComponents ...string) Path { func
940 return OptionalPathForPath(PathForModuleSrc(ctx, *p))
Dmodule.go1478 return PathForModuleSrc(ctx, srcFile)
1486 return OptionalPathForPath(PathForModuleSrc(ctx, *srcFile))
Dpaths_test.go751 src := PathForModuleSrc(ctx, *p.props.Src)
/build/soong/xml/
Dxml.go82 schema := android.PathForModuleSrc(ctx, proptools.String(p.properties.Schema))
/build/soong/java/
Ddexpreopt.go141 android.PathForModuleSrc(ctx, String(d.dexpreoptProperties.Dex_preopt.Profile)))
Daar.go207 manifestSrcPath := android.PathForModuleSrc(ctx, manifestFile)
550 aar = android.PathForModuleSrc(ctx, a.properties.Aars[0])
Dapp.go658 android.PathForModuleSrc(ctx, cert+".x509.pem"),
659 android.PathForModuleSrc(ctx, cert+".pk8"),
Ddroiddoc.go600 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)
Djava.go576 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)