Home
last modified time | relevance | path

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

/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go117 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/
Ddexpreopt.go152 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).
Dconfig.go116 DexPath android.Path member
281 DexPath string
311 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
Ddexpreopt_test.go40DexPath: android.PathForOutput(ctx, fmt.Sprintf("%s/dex/%s.jar", name, nam…
/build/soong/java/
Ddexpreopt.go186 DexPath: dexJarFile,