Searched refs:ExistentPathForSource (Results 1 – 18 of 18) sorted by relevance
/build/soong/android/ |
D | plugin.go | 83 if path := ExistentPathForSource(ctx, internalPluginsPath); path.Valid() {
|
D | paths.go | 449 p := ExistentPathForSource(ctx, path) 1222 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath { func
|
D | config.go | 1307 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
|
/build/soong/apex/ |
D | key.go | 74 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() { 83 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
|
D | apex_singleton.go | 97 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
|
D | builder.go | 383 if !isFileContextsModule && !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
|
/build/soong/tradefed/suite_harness/ |
D | tradefed_binary.go | 154 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
|
/build/soong/java/ |
D | sdk.go | 126 jarPath := android.ExistentPathForSource(ctx, jar) 127 aidlPath := android.ExistentPathForSource(ctx, aidl)
|
D | dexpreopt.go | 444 profileBootListing = android.ExistentPathForSource(ctx, 448 profileClassListing = android.ExistentPathForSource(ctx,
|
D | dexpreopt_bootjars.go | 1037 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile) 1068 preloadedClassesPath := android.ExistentPathForSource(ctx, image.preloadedClassesFile) 1194 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() { 1202 if path := android.ExistentPathForSource(ctx, extraProfile); path.Valid() {
|
D | droiddoc.go | 319 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
D | sdk_library.go | 2316 jarPath := android.ExistentPathForSource(ctx, jar) 2407 p := android.ExistentPathForSource(mctx, path) 2421 p := android.ExistentPathForSource(mctx, script)
|
D | base.go | 947 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
/build/soong/cc/ |
D | orderfile.go | 112 path := android.ExistentPathForSource(ctx, profileProject, orderFile)
|
D | ndk_library.go | 320 return android.ExistentPathForSource(ctx, subpath)
|
D | library.go | 1294 return android.ExistentPathForSource(ctx, versionedDumpDir, archName, "source-based", 1308 versionedDumpDir := android.ExistentPathForSource(ctx,
|
/build/soong/tradefed/ |
D | autogen.go | 36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
|
/build/soong/sysprop/ |
D | sysprop_library.go | 358 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath) 359 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
|