Home
last modified time | relevance | path

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

12

/build/soong/fsgen/
Dutil.go56 …if p := android.ExistentPathForSource(ctx, fmt.Sprintf("bootable/recovery/res-%s", recoveryDensity…
Dprebuilt_etc_modules_gen.go113 if optionalPath := android.ExistentPathForSource(ctx, relSrc); optionalPath.Valid() {
/build/soong/etc/
Dadb_keys.go50 input := android.ExistentPathForSource(ctx, android.String(productVariables.AdbKeys))
/build/soong/android/
Dplugin.go83 if path := ExistentPathForSource(ctx, internalPluginsPath); path.Valid() {
Dpaths.go505 p := ExistentPathForSource(ctx, path)
1393 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath { func
Dconfig.go1611 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
/build/soong/apex/
Dkey.go83 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
92 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
202 if !android.ExistentPathForSource(ctx, pem.String()).Valid() {
Dapex_singleton.go106 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
Dbuilder.go427 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.go124 jarPath := android.ExistentPathForSource(ctx, jar)
125 aidlPath := android.ExistentPathForSource(ctx, aidl)
Ddexpreopt_bootjars.go1243 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile)
1274 preloadedClassesPath := android.ExistentPathForSource(ctx, image.preloadedClassesFile)
1405 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
1413 if path := android.ExistentPathForSource(ctx, artProfile); path.Valid() {
1416 if path := android.ExistentPathForSource(ctx, extraProfile); path.Valid() {
Ddexpreopt.go396 profileBootListing = android.ExistentPathForSource(ctx,
400 profileClassListing = android.ExistentPathForSource(ctx,
Dapp_import.go806 testConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml")
Dsdk_library.go1780 p := android.ExistentPathForSource(mctx, path)
1794 p := android.ExistentPathForSource(mctx, script)
Ddroiddoc.go310 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
Djava.go1919 optionalConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml")
1946 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
1975 optionalConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml")
/build/soong/cc/
Dorderfile.go108 path := android.ExistentPathForSource(ctx, profileProject, orderFile)
Dndk_library.go327 return android.ExistentPathForSource(ctx, subpath)
Dtest.go437 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
Dlibrary.go1450 return android.ExistentPathForSource(ctx, versionedDumpDir, archName, "source-based",
1464 versionedDumpDir := android.ExistentPathForSource(ctx,
/build/soong/tradefed/
Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/build/soong/python/
Dtest.go227 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/build/soong/sysprop/
Dsysprop_library.go360 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
361 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
/build/soong/rust/
Dtest.go219 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")

12