Home
last modified time | relevance | path

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

12

/aosp12/hardware/qcom/sm7250/display/
H A Ddisplay_defaults.go32 …if android.ExistentPathForSource(ctx, "vendor/qcom/sm7250/codeaurora/commonsys-intf/display/Androi…
/aosp12/hardware/qcom/sm8150/display/
H A Ddisplay_defaults.go32 …if android.ExistentPathForSource(ctx, "vendor/qcom/sm8150/codeaurora/commonsys-intf/display/Androi…
/aosp12/build/soong/java/
H A Ddexpreopt.go198 profileBootListing = android.ExistentPathForSource(ctx,
202 profileClassListing = android.ExistentPathForSource(ctx,
H A Dsdk.go85 jarPath := android.ExistentPathForSource(ctx, jar)
86 aidlPath := android.ExistentPathForSource(ctx, aidl)
H A Dprebuilt_apis.go186 jar := android.ExistentPathForSource(mctx,
H A Ddexpreopt_bootjars.go619 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile)
739 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
H A Dsdk_library.go1601 jarPath := android.ExistentPathForSource(ctx, jar)
1701 p := android.ExistentPathForSource(mctx, path)
1711 p := android.ExistentPathForSource(mctx, script)
H A Dlint.go317 lintBaseline = android.ExistentPathForSource(ctx, ctx.ModuleDir(), lintFilename)
H A Ddroiddoc.go303 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
/aosp12/build/soong/apex/
H A Dkey.go80 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
89 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
H A Dapex_singleton.go91 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
H A Dbuilder.go269 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
/aosp12/build/soong/android/
H A Dninja_deps_test.go28 if ExistentPathForSource(ctx, "test_ninja_deps/does_not_exist").Valid() {
H A Dpaths.go362 p := ExistentPathForSource(ctx, path)
1041 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func
1402 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
H A Dmodule.go1831 optPath = ExistentPathForSource(ctx, noticePath)
1838 optPath = ExistentPathForSource(ctx, noticePath)
H A Dconfig.go1020 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()
/aosp12/system/tools/aidl/build/
H A Daidl_api.go350 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 Daidl_gen_rule.go164 hashFile := android.ExistentPathForSource(ctx, baseDir, ".hash")
/aosp12/system/tools/hidl/build/
H A Dhidl_package_root.go112 r.currentPath = android.ExistentPathForSource(ctx, ctx.ModuleDir(), "current.txt")
/aosp12/build/soong/tradefed/suite_harness/
H A Dtradefed_binary.go146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/aosp12/build/soong/sysprop/
H A Dsysprop_library.go253 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
254 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
/aosp12/build/soong/cc/
H A Dpgo.go120 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
/aosp12/system/tools/xsdc/build/
H A Dxsdc.go251 module.xsdConfigPath = android.ExistentPathForSource(ctx, xsdFile.String())
/aosp12/build/soong/tradefed/
H A Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/aosp12/build/soong/bp2build/
H A Dbuild_conversion.go260 p := android.ExistentPathForSource(ctx, pathToBuildFile, HandcraftedBuildFileName)

12