Searched refs:PathForIntermediates (Results 1 – 6 of 6) sorted by relevance
/build/soong/java/ |
D | gen.go | 196 Output: android.PathForIntermediates(ctx, "all-event-log-tags.txt"),
|
D | lint.go | 651 FlagWithArg("-C ", android.PathForIntermediates(ctx).String()).
|
/build/soong/rust/ |
D | fuzz.go | 162 archDir := android.PathForIntermediates(ctx, "fuzz", hostOrTargetString, archString)
|
/build/soong/cc/ |
D | library_sdk_member.go | 284 base := android.PathForIntermediates(sdkModuleContext, "")
|
D | fuzz.go | 427 archDir := android.PathForIntermediates(ctx, "fuzz", hostOrTargetString, archString)
|
/build/soong/android/ |
D | paths.go | 1240 func PathForIntermediates(ctx PathContext, paths ...string) OutputPath { func
|