Home
last modified time | relevance | path

Searched refs:ExistentPathForSource (Results 1 – 21 of 21) sorted by relevance

/build/soong/android/
Dninja_deps_test.go28 if ExistentPathForSource(ctx, "test_ninja_deps/does_not_exist").Valid() {
Dpaths.go381 p := ExistentPathForSource(ctx, path)
1141 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func
1502 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
Dmodule.go2259 optPath = ExistentPathForSource(ctx, noticePath)
2266 optPath = ExistentPathForSource(ctx, noticePath)
Dconfig.go1143 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
/build/soong/apex/
Dapex_singleton.go91 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
Dkey.go83 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
92 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
Dbuilder.go267 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/build/soong/java/
Ddexpreopt.go303 profileBootListing = android.ExistentPathForSource(ctx,
307 profileClassListing = android.ExistentPathForSource(ctx,
Dsdk.go111 jarPath := android.ExistentPathForSource(ctx, jar)
112 aidlPath := android.ExistentPathForSource(ctx, aidl)
Ddexpreopt_bootjars.go666 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile)
694 preloadedClassesPath := android.ExistentPathForSource(ctx, image.preloadedClassesFile)
804 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
Dsdk_library.go1671 jarPath := android.ExistentPathForSource(ctx, jar)
1771 p := android.ExistentPathForSource(mctx, path)
1785 p := android.ExistentPathForSource(mctx, script)
Dlint.go317 lintBaseline = android.ExistentPathForSource(ctx, ctx.ModuleDir(), lintFilename)
Ddroiddoc.go303 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
Dbase.go827 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
/build/soong/cc/
Dafdo.go83 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
Dpgo.go116 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
Dndk_library.go320 return android.ExistentPathForSource(ctx, subpath)
/build/soong/sysprop/
Dsysprop_library.go256 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
257 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
/build/soong/tradefed/
Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/build/soong/bp2build/
Dbuild_conversion.go397 p := android.ExistentPathForSource(ctx, pathToBuildFile, HandcraftedBuildFileName)