Searched refs:ExistentPathForSource (Results 1 – 15 of 15) sorted by relevance
/build/soong/java/ |
D | dexpreopt.go | 173 profileBootListing = android.ExistentPathForSource(ctx, 177 profileClassListing = android.ExistentPathForSource(ctx,
|
D | prebuilt_apis.go | 144 jar := android.ExistentPathForSource(mctx,
|
D | sdk.go | 367 jarPath := android.ExistentPathForSource(ctx, jar) 368 aidlPath := android.ExistentPathForSource(ctx, aidl)
|
D | dexpreopt_bootjars.go | 524 } else if path := android.ExistentPathForSource(ctx, defaultProfile); path.Valid() { 574 path := android.ExistentPathForSource(ctx, defaultProfile)
|
D | sdk_library.go | 1372 jarPath := android.ExistentPathForSource(ctx, jar) 1486 p := android.ExistentPathForSource(mctx, path) 1496 p := android.ExistentPathForSource(mctx, script)
|
D | droiddoc.go | 487 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
D | java.go | 849 if src := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "src"); src.Valid() {
|
/build/soong/apex/ |
D | key.go | 76 if !android.ExistentPathForSource(ctx, m.public_key_file.String()).Valid() { 85 if !android.ExistentPathForSource(ctx, m.private_key_file.String()).Valid() {
|
D | builder.go | 251 if !android.ExistentPathForSource(ctx, fileContexts.String()).Valid() {
|
/build/soong/sysprop/ |
D | sysprop_library.go | 382 file := android.ExistentPathForSource(ctx, path) 391 p := android.ExistentPathForSource(ctx, script)
|
/build/soong/cc/ |
D | pgo.go | 125 path := android.ExistentPathForSource(ctx, profileProject, profile_file)
|
/build/soong/tradefed/ |
D | autogen.go | 36 } else if p := android.ExistentPathForSource(ctx, ctx.ModuleDir(), "AndroidTest.xml"); p.Valid() {
|
/build/soong/android/ |
D | paths.go | 247 p := ExistentPathForSource(ctx, path) 826 func ExistentPathForSource(ctx PathContext, pathComponents ...string) OptionalPath { func 1148 return ExistentPathForSource(ctx, "prebuilts", "abi-dumps", dirName,
|
D | module.go | 1363 optPath = ExistentPathForSource(ctx, noticePath) 1370 optPath = ExistentPathForSource(ctx, noticePath)
|
D | config.go | 954 return ExistentPathForSource(ctx, "frameworks", "base").Valid()
|