Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Ddexpreopt.go159 FlagWithInput("--apk=", module.DexPath).
164 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
192 FlagWithInput("--apk=", module.DexPath).
197 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
256 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)
287 manifestOrApk = module.DexPath
334 FlagWithInput("--dex-file=", module.DexPath).
Dconfig.go118 DexPath android.Path member
271 DexPath string member
300 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
324 DexPath: config.DexPath.String(),
Ddexpreopt_test.go40DexPath: android.PathForOutput(ctx, fmt.Sprintf("%s/dex/%s.jar", name, nam…
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go128 moduleConfig.DexPath = android.PathForTesting("$1")
226 if module.DexPath.String() != "$1" {
227 panic(fmt.Errorf("module.DexPath must be '$1', was %q", module.DexPath))
/build/soong/java/
Ddexpreopt.go212 DexPath: dexJarFile,