Searched refs:ExistentPathForSource (Results 1 – 21 of 21) 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 | 381 p := ExistentPathForSource(ctx, path) 1141 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func 1502 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
|
D | module.go | 2259 optPath = ExistentPathForSource(ctx, noticePath) 2266 optPath = ExistentPathForSource(ctx, noticePath)
|
D | config.go | 1143 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
|
/build/soong/apex/ |
D | apex_singleton.go | 91 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
|
D | key.go | 83 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() { 92 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
|
D | builder.go | 267 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
|
/build/soong/java/ |
D | dexpreopt.go | 303 profileBootListing = android.ExistentPathForSource(ctx, 307 profileClassListing = android.ExistentPathForSource(ctx,
|
D | sdk.go | 111 jarPath := android.ExistentPathForSource(ctx, jar) 112 aidlPath := android.ExistentPathForSource(ctx, aidl)
|
D | dexpreopt_bootjars.go | 666 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile) 694 preloadedClassesPath := android.ExistentPathForSource(ctx, image.preloadedClassesFile) 804 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
|
D | sdk_library.go | 1671 jarPath := android.ExistentPathForSource(ctx, jar) 1771 p := android.ExistentPathForSource(mctx, path) 1785 p := android.ExistentPathForSource(mctx, script)
|
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() {
|
D | base.go | 827 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
/build/soong/cc/ |
D | afdo.go | 83 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
|
D | pgo.go | 116 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
|
D | ndk_library.go | 320 return android.ExistentPathForSource(ctx, subpath)
|
/build/soong/sysprop/ |
D | sysprop_library.go | 256 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath) 257 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
|
/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 | 397 p := android.ExistentPathForSource(ctx, pathToBuildFile, HandcraftedBuildFileName)
|