Searched refs:ModuleOutPath (Results 1 – 8 of 8) sorted by relevance
| /build/soong/java/ |
| D | dexpreopt.go | 94 …ter) dexpreopt(ctx android.ModuleContext, dexJarFile android.ModuleOutPath) android.ModuleOutPath {
|
| D | hiddenapi.go | 56 func (h *hiddenAPI) hiddenAPI(ctx android.ModuleContext, dexJar android.ModuleOutPath, implementati… 57 uncompressDex bool) android.ModuleOutPath {
|
| D | dex.go | 172 classesJar android.Path, jarName string) android.ModuleOutPath {
|
| D | java.go | 1182 var outputFile android.ModuleOutPath 1185 if moduleOutPath, ok := jars[0].(android.ModuleOutPath); ok { 1267 var dexOutputFile android.ModuleOutPath 1381 classesJar android.Path, jarName string) android.ModuleOutPath {
|
| /build/soong/cc/ |
| D | strip.go | 42 func (stripper *stripper) strip(ctx ModuleContext, in android.Path, out android.ModuleOutPath,
|
| D | builder.go | 503 flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths) { argument 537 flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths) { argument
|
| /build/soong/android/ |
| D | paths.go | 957 type ModuleOutPath struct { struct 961 var _ Path = ModuleOutPath{} 1005 func PathForModuleOut(ctx ModuleContext, paths ...string) ModuleOutPath { 1010 return ModuleOutPath{ 1018 ModuleOutPath anonMember 1033 ModuleOutPath: ModuleOutPath{ 1051 ModuleOutPath anonMember 1069 ModuleOutPath anonMember
|
| D | notices.go | 57 noticePaths []Path) ModuleOutPath {
|