Searched refs:ExistentPathForSource (Results 1 – 20 of 20) sorted by relevance
| /build/soong/apex/ |
| D | key.go | 81 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() { 90 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 | 340 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_bootjars.go | 748 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile) 779 preloadedClassesPath := android.ExistentPathForSource(ctx, image.preloadedClassesFile) 904 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() { 912 if path := android.ExistentPathForSource(ctx, extraProfile); path.Valid() {
|
| D | dexpreopt.go | 337 profileBootListing = android.ExistentPathForSource(ctx, 341 profileClassListing = android.ExistentPathForSource(ctx,
|
| D | sdk.go | 113 jarPath := android.ExistentPathForSource(ctx, jar) 114 aidlPath := android.ExistentPathForSource(ctx, aidl)
|
| D | lint.go | 370 lintBaseline = android.ExistentPathForSource(ctx, ctx.ModuleDir(), lintFilename)
|
| D | sdk_library.go | 1824 jarPath := android.ExistentPathForSource(ctx, jar) 1924 p := android.ExistentPathForSource(mctx, path) 1938 p := android.ExistentPathForSource(mctx, script)
|
| D | droiddoc.go | 303 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
| D | base.go | 866 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
| /build/soong/sysprop/ |
| D | sysprop_library.go | 258 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath) 259 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/cc/ |
| D | pgo.go | 110 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
|
| D | ndk_library.go | 330 return android.ExistentPathForSource(ctx, subpath)
|
| D | bp2build.go | 875 BUILDPath := android.ExistentPathForSource(ctx, project, "BUILD") 881 path := android.ExistentPathForSource(ctx, project, m.Name()+".afdo")
|
| D | library.go | 1855 return android.ExistentPathForSource(ctx, versionedDumpDir, archName, "source-based", 1881 versionedDumpDir := android.ExistentPathForSource(ctx, dumpDir, sdkVersionStr)
|
| /build/soong/android/ |
| D | bazel_paths.go | 578 path := ExistentPathForSource(ctx, ctx.ModuleDir(), prop)
|
| D | paths.go | 380 p := ExistentPathForSource(ctx, path) 1148 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath { func
|
| D | config.go | 1273 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
|