Home
last modified time | relevance | path

Searched refs:OutputPaths (Results 1 – 5 of 5) sorted by relevance

/build/soong/dexpreopt/
Ddexpreopt_test.go52 DexPreoptImagesDeps: []android.OutputPaths{android.OutputPaths{}},
Dconfig.go133 DexPreoptImagesDeps []android.OutputPaths
320 …config.ModuleConfig.DexPreoptImagesDeps = make([]android.OutputPaths, len(config.ModuleConfig.DexP…
/build/soong/java/
Ddexpreopt_bootjars.go82 imagesDeps android.OutputPaths // all files
132 … moduleFiles(ctx android.PathContext, dir android.OutputPath, exts ...string) android.OutputPaths {
133 ret := make(android.OutputPaths, 0, len(image.modules)*len(exts))
193 func DexpreoptedArtApexJars(ctx android.BuilderContext) map[android.ArchType]android.OutputPaths {
198 files := map[android.ArchType]android.OutputPaths{}
Ddexpreopt.go152 var imagesDeps []android.OutputPaths
/build/soong/android/
Dpaths.go285 type OutputPaths []OutputPath type
288 func (p OutputPaths) Paths() Paths {
300 func (p OutputPaths) Strings() []string {