Home
last modified time | relevance | path

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

/build/soong/java/
Ddexpreopt.go173 profileBootListing = android.ExistentPathForSource(ctx,
177 profileClassListing = android.ExistentPathForSource(ctx,
Dprebuilt_apis.go144 jar := android.ExistentPathForSource(mctx,
Dsdk.go367 jarPath := android.ExistentPathForSource(ctx, jar)
368 aidlPath := android.ExistentPathForSource(ctx, aidl)
Ddexpreopt_bootjars.go524 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() {
574 path := android.ExistentPathForSource(ctx, defaultProfile)
Dsdk_library.go1372 jarPath := android.ExistentPathForSource(ctx, jar)
1486 p := android.ExistentPathForSource(mctx, path)
1496 p := android.ExistentPathForSource(mctx, script)
Ddroiddoc.go487 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
Djava.go849 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
/build/soong/apex/
Dkey.go76 if !android.ExistentPathForSource(ctx, m.public_key_file.String()).Valid() {
85 if !android.ExistentPathForSource(ctx, m.private_key_file.String()).Valid() {
Dbuilder.go251 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
/build/soong/sysprop/
Dsysprop_library.go382 file := android.ExistentPathForSource(ctx, path)
391 p := android.ExistentPathForSource(ctx, script)
/build/soong/cc/
Dpgo.go125 path := android.ExistentPathForSource(ctx, profileProject, profile_file)
/build/soong/tradefed/
Dautogen.go36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
/build/soong/android/
Dpaths.go247 p := ExistentPathForSource(ctx, path)
826 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func
1148 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
Dmodule.go1363 optPath = ExistentPathForSource(ctx, noticePath)
1370 optPath = ExistentPathForSource(ctx, noticePath)
Dconfig.go954 return ExistentPathForSource(ctx, "frameworks", "base").Valid()