Home
last modified time | relevance | path

Searched refs:ModuleOutPath (Results 1 – 8 of 8) sorted by relevance

/build/soong/java/
Ddexpreopt.go94 …ter) dexpreopt(ctx android.ModuleContext, dexJarFile android.ModuleOutPath) android.ModuleOutPath {
Dhiddenapi.go56 func (h *hiddenAPI) hiddenAPI(ctx android.ModuleContext, dexJar android.ModuleOutPath, implementati…
57 uncompressDex bool) android.ModuleOutPath {
Ddex.go172 classesJar android.Path, jarName string) android.ModuleOutPath {
Djava.go1182 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/
Dstrip.go42 func (stripper *stripper) strip(ctx ModuleContext, in android.Path, out android.ModuleOutPath,
Dbuilder.go503 flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths) { argument
537 flags builderFlags, outputFile android.ModuleOutPath, deps android.Paths) { argument
/build/soong/android/
Dpaths.go957 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
Dnotices.go57 noticePaths []Path) ModuleOutPath {