Home
last modified time | relevance | path

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

/build/soong/android/
Dplugin.go83 if path := ExistentPathForSource(ctx, internalPluginsPath); path.Valid() {
Dpaths.go449 p := ExistentPathForSource(ctx, path)
1222 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath { func
Dconfig.go1307 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
/build/soong/apex/
Dkey.go74 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
83 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
Dapex_singleton.go97 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
Dbuilder.go383 if !isFileContextsModule && !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go154 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/build/soong/java/
Dsdk.go126 jarPath := android.ExistentPathForSource(ctx, jar)
127 aidlPath := android.ExistentPathForSource(ctx, aidl)
Ddexpreopt.go444 profileBootListing = android.ExistentPathForSource(ctx,
448 profileClassListing = android.ExistentPathForSource(ctx,
Ddexpreopt_bootjars.go1037 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() {
Ddroiddoc.go319 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
Dsdk_library.go2316 jarPath := android.ExistentPathForSource(ctx, jar)
2407 p := android.ExistentPathForSource(mctx, path)
2421 p := android.ExistentPathForSource(mctx, script)
Dbase.go947 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
/build/soong/cc/
Dorderfile.go112 path := android.ExistentPathForSource(ctx, profileProject, orderFile)
Dndk_library.go320 return android.ExistentPathForSource(ctx, subpath)
Dlibrary.go1294 return android.ExistentPathForSource(ctx, versionedDumpDir, archName, "source-based",
1308 versionedDumpDir := android.ExistentPathForSource(ctx,
/build/soong/tradefed/
Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/build/soong/sysprop/
Dsysprop_library.go358 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
359 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)