/aosp_15_r20/build/soong/apex/ |
H A D | apex_singleton.go | 92 …allowedDepsSources := []android.OptionalPath{android.ExistentPathForSource(ctx, "packages/modules/… 95 …allowedDepsSources = append(allowedDepsSources, android.ExistentPathForSource(ctx, extraAllowedDep…
|
H A D | key.go | 74 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() { 83 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
|
H A D | builder.go | 417 if !isFileContextsModule && !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_gen_rule.go | 215 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash") 250 apiDirPath := android.ExistentPathForSource(ctx, previousApiDir) 256 hashFile := android.ExistentPathForSource(ctx, previousApiDir, ".hash")
|
D | aidl_api.go | 597 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 D | dexpreopt_bootjars.go | 1071 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 D | sdk.go | 124 jarPath := android.ExistentPathForSource(ctx, jar) 125 aidlPath := android.ExistentPathForSource(ctx, aidl)
|
H A D | dexpreopt.go | 446 profileBootListing = android.ExistentPathForSource(ctx, 450 profileClassListing = android.ExistentPathForSource(ctx,
|
H A D | sdk_library.go | 1694 p := android.ExistentPathForSource(mctx, path) 1708 p := android.ExistentPathForSource(mctx, script)
|
H A D | droiddoc.go | 306 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
H A D | base.go | 985 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
/aosp_15_r20/build/soong/fsgen/ |
H A D | util.go | 55 …if p := android.ExistentPathForSource(ctx, fmt.Sprintf("bootable/recovery/res-%s", recoveryDensity…
|
H A D | prebuilt_etc_modules_gen.go | 113 if optionalPath := android.ExistentPathForSource(ctx, relSrc); optionalPath.Valid() {
|
/aosp_15_r20/build/soong/etc/ |
H A D | adb_keys.go | 50 input := android.ExistentPathForSource(ctx, android.String(productVariables.AdbKeys))
|
/aosp_15_r20/build/soong/android/ |
H A D | plugin.go | 83 if path := ExistentPathForSource(ctx, internalPluginsPath); path.Valid() {
|
H A D | paths.go | 497 p := ExistentPathForSource(ctx, path) 1385 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath { func
|
H A D | config.go | 1463 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
|
/aosp_15_r20/system/tools/hidl/build/ |
D | hidl_package_root.go | 112 r.currentPath = android.ExistentPathForSource(ctx, ctx.ModuleDir(), "current.txt")
|
/aosp_15_r20/build/soong/tradefed/suite_harness/ |
H A D | tradefed_binary.go | 154 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
|
/aosp_15_r20/build/soong/sysprop/ |
H A D | sysprop_library.go | 358 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath) 359 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
|
/aosp_15_r20/build/soong/cc/ |
H A D | orderfile.go | 108 path := android.ExistentPathForSource(ctx, profileProject, orderFile)
|
H A D | ndk_library.go | 328 return android.ExistentPathForSource(ctx, subpath)
|
H A D | library.go | 1327 return android.ExistentPathForSource(ctx, versionedDumpDir, archName, "source-based", 1341 versionedDumpDir := android.ExistentPathForSource(ctx,
|
/aosp_15_r20/build/soong/tradefed/ |
H A D | autogen.go | 36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/soong/ |
D | clangprebuilts.go | 127 return android.ExistentPathForSource(
|