Home
last modified time | relevance | path

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

12

/aosp_15_r20/build/soong/apex/
H A Dapex_singleton.go92 …allowedDepsSources := []android.OptionalPath{android.ExistentPathForSource(ctx, "packages/modules/…
95 …allowedDepsSources = append(allowedDepsSources, android.ExistentPathForSource(ctx, extraAllowedDep…
H A Dkey.go74 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
83 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
H A Dbuilder.go417 if !isFileContextsModule && !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
/aosp_15_r20/system/tools/aidl/build/
Daidl_gen_rule.go215 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash")
250 apiDirPath := android.ExistentPathForSource(ctx, previousApiDir)
256 hashFile := android.ExistentPathForSource(ctx, previousApiDir, ".hash")
Daidl_api.go597 apiDirPath := android.ExistentPathForSource(ctx, apiDir)
604 hashFile: android.ExistentPathForSource(ctx, hashFilePath),
653 if android.ExistentPathForSource(ctx, nextApiDir).Valid() {
/aosp_15_r20/build/soong/java/
H A Ddexpreopt_bootjars.go1071 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile)
1102 preloadedClassesPath := android.ExistentPathForSource(ctx, image.preloadedClassesFile)
1233 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
1241 if path := android.ExistentPathForSource(ctx, artProfile); path.Valid() {
1244 if path := android.ExistentPathForSource(ctx, extraProfile); path.Valid() {
H A Dsdk.go124 jarPath := android.ExistentPathForSource(ctx, jar)
125 aidlPath := android.ExistentPathForSource(ctx, aidl)
H A Ddexpreopt.go446 profileBootListing = android.ExistentPathForSource(ctx,
450 profileClassListing = android.ExistentPathForSource(ctx,
H A Dsdk_library.go1694 p := android.ExistentPathForSource(mctx, path)
1708 p := android.ExistentPathForSource(mctx, script)
H A Ddroiddoc.go306 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
H A Dbase.go985 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
/aosp_15_r20/build/soong/fsgen/
H A Dutil.go55 …if p := android.ExistentPathForSource(ctx, fmt.Sprintf("bootable/recovery/res-%s", recoveryDensity…
H A Dprebuilt_etc_modules_gen.go113 if optionalPath := android.ExistentPathForSource(ctx, relSrc); optionalPath.Valid() {
/aosp_15_r20/build/soong/etc/
H A Dadb_keys.go50 input := android.ExistentPathForSource(ctx, android.String(productVariables.AdbKeys))
/aosp_15_r20/build/soong/android/
H A Dplugin.go83 if path := ExistentPathForSource(ctx, internalPluginsPath); path.Valid() {
H A Dpaths.go497 p := ExistentPathForSource(ctx, path)
1385 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath { func
H A Dconfig.go1463 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
/aosp_15_r20/system/tools/hidl/build/
Dhidl_package_root.go112 r.currentPath = android.ExistentPathForSource(ctx, ctx.ModuleDir(), "current.txt")
/aosp_15_r20/build/soong/tradefed/suite_harness/
H A Dtradefed_binary.go154 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/aosp_15_r20/build/soong/sysprop/
H A Dsysprop_library.go358 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
359 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
/aosp_15_r20/build/soong/cc/
H A Dorderfile.go108 path := android.ExistentPathForSource(ctx, profileProject, orderFile)
H A Dndk_library.go328 return android.ExistentPathForSource(ctx, subpath)
H A Dlibrary.go1327 return android.ExistentPathForSource(ctx, versionedDumpDir, archName, "source-based",
1341 versionedDumpDir := android.ExistentPathForSource(ctx,
/aosp_15_r20/build/soong/tradefed/
H A Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/aosp_15_r20/prebuilts/clang/host/linux-x86/soong/
Dclangprebuilts.go127 return android.ExistentPathForSource(

12