Home
last modified time | relevance | path

Searched refs:PathForSource (Results 1 – 25 of 28) sorted by relevance

12

/build/soong/android/
Drule_builder_test.go50 Tool(PathForSource(ctx, "ld")).
76 Tool(PathForSource(ctx, "cp")).
77 Input(PathForSource(ctx, "a")).
80 Tool(PathForSource(ctx, "cp")).
103 Tool(PathForSource(ctx, "cp")).
104 Input(PathForSource(ctx, "a")).
107 Tool(PathForSource(ctx, "cp")).
133 Tool(PathForSource(ctx, "ld")).
152 Tool(PathForSource(ctx, "ld")).
158 cmd.Tool(PathForSource(ctx, "ld"))
[all …]
Dpaths_test.go673 PathForSource(ctx, "a.txt"),
674 PathForSource(ctx, "a/txt"),
675 PathForSource(ctx, "a/b/c"),
676 PathForSource(ctx, "a/b/d"),
677 PathForSource(ctx, "b"),
678 PathForSource(ctx, "b/b.txt"),
679 PathForSource(ctx, "a/a.txt"),
Dconfig.go529 return PathForSource(ctx, "prebuilts/build-tools", c.PrebuiltOS(), "bin", tool)
692 return PathForSource(ctx, filepath.Dir(defaultCert))
694 return PathForSource(ctx, "build/make/target/product/security")
701 return PathForSource(ctx, defaultCert+".x509.pem"), PathForSource(ctx, defaultCert+".pk8")
717 return PathForSource(ctx, filepath.Dir(defaultCert))
Dpaths.go236 ret[i] = PathForSource(ctx, path)
797 func PathForSource(ctx PathContext, pathComponents ...string) SourcePath { func
896 return OptionalPathForPath(PathForSource(ctx, relPath))
/build/soong/java/
Dhiddenapi_singleton.go247 Tool(android.PathForSource(ctx, "frameworks/base/tools/hiddenapi/generate_hiddenapi_lists.py")).
251 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist.txt")).
254 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-q.txt")).
256 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-p.txt")).
258 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-max-o.txt")).
260 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-force-blacklist.txt")).
262 android.PathForSource(ctx, "frameworks/base/config/hiddenapi-greylist-packages.txt")).
Djava_resources.go42 dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, exclude).String(), nil)
55 …dirs := ctx.Glob(android.PathForSource(ctx, ctx.ModuleDir()).Join(ctx, resourceDir).String(), excl…
Dandroid_resources.go80 overlayModuleDir := android.PathForSource(ctx, data.dir, dir.String())
125 paths = append(paths, android.PathForSource(ctx, f))
Ddex.go154 android.PathForSource(ctx, "build/make/core/proguard.flags"),
159 android.PathForSource(ctx, "build/make/core/proguard.jacoco.flags"))
171 r8Deps = append(r8Deps, android.PathForSource(ctx,
Dlint.go245 android.PathForSource(ctx, "build/soong/java/lint_defaults.txt"))
313 …annotationsZipPath = android.PathForSource(ctx, "prebuilts/sdk/current/public/data/annotations.zip…
314 …apiVersionsXMLPath = android.PathForSource(ctx, "prebuilts/sdk/current/public/data/api-versions.xm…
326 Tool(android.PathForSource(ctx, "prebuilts/cmdline-tools/tools/bin/lint")).
327 Implicit(android.PathForSource(ctx, "prebuilts/cmdline-tools/tools/lib/lint-classpath.jar")).
Djava.go1274 android.PathForSource(ctx, java8Home, "jre/lib/jce.jar"),
1275 android.PathForSource(ctx, java8Home, "jre/lib/rt.jar"))
1278 android.PathForSource(ctx, java8Home, "lib/tools.jar"))
2111 …builder.CopyToSnapshot(android.PathForSource(sdkModuleContext, file), filepath.Join(aidlIncludeDir…
2479 j.wrapperFile = android.PathForSource(ctx, "build/soong/scripts/jar-wrapper.sh")
Dsdk.go369 lambdaStubsPath := android.PathForSource(ctx, config.SdkLambdaStubsPath)
/build/soong/cc/
Dtoolchain_library.go84 return android.PathForSource(ctx, "")
87 srcPath := android.PathForSource(ctx, *library.Properties.Src)
Dndk_prebuilt.go44 …return android.PathForSource(ctx, fmt.Sprintf("prebuilts/ndk/current/platforms/android-%s/arch-%s/…
159 return android.PathForSource(ctx, libDir).Join(ctx, ctx.Arch().Abi[0])
Dndk_headers.go245 depsPath := android.PathForSource(ctx, "bionic/libc/versioner-dependencies")
251 depsGlob[i] = android.PathForSource(
Dproto.go45 optionsPath := android.PathForSource(ctx, optionsFile)
Dstl.go263 ndkSrcRoot := android.PathForSource(ctx, "prebuilts/ndk/current/sources/cxx-stl/system/include")
Dpgo.go136 return android.OptionalPathForPath(android.PathForSource(ctx, versioned_profiles[0]))
Dlibrary_sdk_member.go251 src := android.PathForSource(sdkModuleContext, file)
Dlinker.go480 cfiExportsMap := android.PathForSource(ctx, cfiExportsMapPath)
Dlibrary.go430 ret = append(ret, android.PathForSource(ctx, header))
450 ret = append(ret, android.PathForSource(ctx, header))
/build/soong/python/
Dbuilder.go94 template := android.PathForSource(ctx, StubTemplateHost)
/build/soong/sysprop/
Dsysprop_library.go236 …m.currentApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-current.txt…
237 m.latestApiFile = android.PathForSource(ctx, ctx.ModuleDir(), "api", baseModuleName+"-latest.txt")
/build/soong/java/config/
Dconfig.go257 return android.PathForSource(ctx, ctx.Config().Getenv("ANDROID_JAVA_HOME"))
/build/soong/dexpreopt/
Dconfig.go165 return android.PathForSource(ctx, path)
/build/soong/apex/
Dbuilder.go241 …fileContexts = android.PathForSource(ctx, "system/sepolicy/apex", ctx.ModuleName()+"-file_contexts…

12