Searched refs:ExistentPathForSource (Results 1 – 15 of 15) sorted by relevance
/build/soong/android/ |
D | ninja_deps_test.go | 28 if ExistentPathForSource(ctx, "test_ninja_deps/does_not_exist").Valid() {
|
D | paths.go | 362 p := ExistentPathForSource(ctx, path) 1041 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func 1402 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
|
/build/soong/apex/ |
D | key.go | 80 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() { 89 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
|
D | apex_singleton.go | 91 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
|
D | builder.go | 269 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
|
/build/soong/java/ |
D | dexpreopt.go | 198 profileBootListing = android.ExistentPathForSource(ctx, 202 profileClassListing = android.ExistentPathForSource(ctx,
|
D | sdk.go | 85 jarPath := android.ExistentPathForSource(ctx, jar) 86 aidlPath := android.ExistentPathForSource(ctx, aidl)
|
D | prebuilt_apis.go | 186 jar := android.ExistentPathForSource(mctx,
|
D | lint.go | 317 lintBaseline = android.ExistentPathForSource(ctx, ctx.ModuleDir(), lintFilename)
|
D | droiddoc.go | 303 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
|
/build/soong/sysprop/ |
D | sysprop_library.go | 253 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath) 254 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
|
/build/soong/cc/ |
D | pgo.go | 120 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
|
/build/soong/tradefed/ |
D | autogen.go | 36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
|
/build/soong/bp2build/ |
D | build_conversion.go | 260 p := android.ExistentPathForSource(ctx, pathToBuildFile, HandcraftedBuildFileName)
|