Searched refs:DexPath (Results 1 – 5 of 5) sorted by relevance
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 117 moduleConfig.DexPath = android.PathForTesting("$1") 195 if module.DexPath.String() != "$1" { 196 panic(fmt.Errorf("module.DexPath must be '$1', was %q", module.DexPath))
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 152 FlagWithInput("--apk=", module.DexPath). 157 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath)) 184 FlagWithInput("--apk=", module.DexPath). 189 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath)) 293 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost) 388 FlagWithInput("--dex-file=", module.DexPath).
|
D | config.go | 116 DexPath android.Path member 281 DexPath string 311 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
|
D | dexpreopt_test.go | 40 …DexPath: android.PathForOutput(ctx, fmt.Sprintf("%s/dex/%s.jar", name, nam…
|
/build/soong/java/ |
D | dexpreopt.go | 186 DexPath: dexJarFile,
|