/aosp12/hardware/qcom/sm7250/display/ |
H A D | display_defaults.go | 32 …if android.ExistentPathForSource(ctx, "vendor/qcom/sm7250/codeaurora/commonsys-intf/display/Androi…
|
/aosp12/hardware/qcom/sm8150/display/ |
H A D | display_defaults.go | 32 …if android.ExistentPathForSource(ctx, "vendor/qcom/sm8150/codeaurora/commonsys-intf/display/Androi…
|
/aosp12/build/soong/java/ |
H A D | dexpreopt.go | 198 profileBootListing = android.ExistentPathForSource(ctx, 202 profileClassListing = android.ExistentPathForSource(ctx,
|
H A D | sdk.go | 85 jarPath := android.ExistentPathForSource(ctx, jar) 86 aidlPath := android.ExistentPathForSource(ctx, aidl)
|
H A D | prebuilt_apis.go | 186 jar := android.ExistentPathForSource(mctx,
|
H A D | dexpreopt_bootjars.go | 619 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile) 739 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
|
H A D | sdk_library.go | 1601 jarPath := android.ExistentPathForSource(ctx, jar) 1701 p := android.ExistentPathForSource(mctx, path) 1711 p := android.ExistentPathForSource(mctx, script)
|
H A D | lint.go | 317 lintBaseline = android.ExistentPathForSource(ctx, ctx.ModuleDir(), lintFilename)
|
H A D | droiddoc.go | 303 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
/aosp12/build/soong/apex/ |
H A D | key.go | 80 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() { 89 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
|
H A D | apex_singleton.go | 91 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
|
H A D | builder.go | 269 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
|
/aosp12/build/soong/android/ |
H A D | ninja_deps_test.go | 28 if ExistentPathForSource(ctx, "test_ninja_deps/does_not_exist").Valid() {
|
H A D | paths.go | 362 p := ExistentPathForSource(ctx, path) 1041 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func 1402 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
|
H A D | module.go | 1831 optPath = ExistentPathForSource(ctx, noticePath) 1838 optPath = ExistentPathForSource(ctx, noticePath)
|
H A D | config.go | 1020 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_api.go | 350 currentApiDir := android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion) 356 …hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), currentVersion, ".hash"), 380 apiDirPath := android.ExistentPathForSource(ctx, apiDir) 385 hashFile: android.ExistentPathForSource(ctx, ctx.ModuleDir(), m.apiDir(), ver, ".hash"),
|
H A D | aidl_gen_rule.go | 164 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash")
|
/aosp12/system/tools/hidl/build/ |
H A D | hidl_package_root.go | 112 r.currentPath = android.ExistentPathForSource(ctx, ctx.ModuleDir(), "current.txt")
|
/aosp12/build/soong/tradefed/suite_harness/ |
H A D | tradefed_binary.go | 146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
|
/aosp12/build/soong/sysprop/ |
H A D | sysprop_library.go | 253 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath) 254 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
|
/aosp12/build/soong/cc/ |
H A D | pgo.go | 120 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
|
/aosp12/system/tools/xsdc/build/ |
H A D | xsdc.go | 251 module.xsdConfigPath = android.ExistentPathForSource(ctx, xsdFile.String())
|
/aosp12/build/soong/tradefed/ |
H A D | autogen.go | 36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
|
/aosp12/build/soong/bp2build/ |
H A D | build_conversion.go | 260 p := android.ExistentPathForSource(ctx, pathToBuildFile, HandcraftedBuildFileName)
|