Home
last modified time | relevance | path

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

/build/soong/apex/
Dkey.go81 if !android.ExistentPathForSource(ctx, m.publicKeyFile.String()).Valid() {
90 if !android.ExistentPathForSource(ctx, m.privateKeyFile.String()).Valid() {
Dapex_singleton.go91 …allowedDepsSource := android.ExistentPathForSource(ctx, "packages/modules/common/build/allowed_dep…
Dbuilder.go340 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go146 dynamicConfig := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "DynamicConfig.xml")
/build/soong/java/
Ddexpreopt_bootjars.go748 dirtyImagePath := android.ExistentPathForSource(ctx, dirtyImageFile)
779 preloadedClassesPath := android.ExistentPathForSource(ctx, image.preloadedClassesFile)
904 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
912 if path := android.ExistentPathForSource(ctx, extraProfile); path.Valid() {
Ddexpreopt.go337 profileBootListing = android.ExistentPathForSource(ctx,
341 profileClassListing = android.ExistentPathForSource(ctx,
Dsdk.go113 jarPath := android.ExistentPathForSource(ctx, jar)
114 aidlPath := android.ExistentPathForSource(ctx, aidl)
Dlint.go370 lintBaseline = android.ExistentPathForSource(ctx, ctx.ModuleDir(), lintFilename)
Dsdk_library.go1824 jarPath := android.ExistentPathForSource(ctx, jar)
1924 p := android.ExistentPathForSource(mctx, path)
1938 p := android.ExistentPathForSource(mctx, script)
Ddroiddoc.go303 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
Dbase.go866 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
/build/soong/sysprop/
Dsysprop_library.go258 m.currentApiFile = android.ExistentPathForSource(ctx, currentApiFilePath)
259 m.latestApiFile = android.ExistentPathForSource(ctx, latestApiFilePath)
/build/soong/tradefed/
Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/build/soong/cc/
Dpgo.go110 path := android.ExistentPathForSource(ctx, profileProject, profileFile)
Dndk_library.go330 return android.ExistentPathForSource(ctx, subpath)
Dbp2build.go875 BUILDPath := android.ExistentPathForSource(ctx, project, "BUILD")
881 path := android.ExistentPathForSource(ctx, project, m.Name()+".afdo")
Dlibrary.go1855 return android.ExistentPathForSource(ctx, versionedDumpDir, archName, "source-based",
1881 versionedDumpDir := android.ExistentPathForSource(ctx, dumpDir, sdkVersionStr)
/build/soong/android/
Dbazel_paths.go578 path := ExistentPathForSource(ctx, ctx.ModuleDir(), prop)
Dpaths.go380 p := ExistentPathForSource(ctx, path)
1148 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath { func
Dconfig.go1273 return ExistentPathForSource(ctx, "frameworks", "base", "Android.bp").Valid()