Searched refs:DexPath (Results 1 – 5 of 5) sorted by relevance
/build/soong/dexpreopt/ |
D | dexpreopt.go | 159 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).
|
D | config.go | 118 DexPath android.Path member 271 DexPath string member 300 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath) 324 DexPath: config.DexPath.String(),
|
D | dexpreopt_test.go | 40 …DexPath: android.PathForOutput(ctx, fmt.Sprintf("%s/dex/%s.jar", name, nam…
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 128 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/ |
D | dexpreopt.go | 212 DexPath: dexJarFile,
|