Home
last modified time | relevance | path

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

/build/soong/android/
Dninja_deps_test.go28 if ExistentPathForSource(ctx, "test_ninja_deps/does_not_exist").Valid() {
Dpaths.go362 p := ExistentPathForSource(ctx, path)
1041 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func
1402 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
/build/soong/apex/
Dkey.go80 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
89 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
Dapex_singleton.go91 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
Dbuilder.go269 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
/build/soong/java/
Ddexpreopt.go198 profileBootListing = android.ExistentPathForSource(ctx,
202 profileClassListing = android.ExistentPathForSource(ctx,
Dsdk.go85 jarPath := android.ExistentPathForSource(ctx, jar)
86 aidlPath := android.ExistentPathForSource(ctx, aidl)
Dprebuilt_apis.go186 jar := android.ExistentPathForSource(mctx,
Dlint.go317 lintBaseline = android.ExistentPathForSource(ctx, ctx.ModuleDir(), lintFilename)
Ddroiddoc.go303 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/build/soong/sysprop/
Dsysprop_library.go253 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
254 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
/build/soong/cc/
Dpgo.go120 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
/build/soong/tradefed/
Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/build/soong/bp2build/
Dbuild_conversion.go260 p := android.ExistentPathForSource(ctx, pathToBuildFile, HandcraftedBuildFileName)