OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odexPath
(Results
1 - 2
of
2
) sorted by null
/cts/hostsidetests/compilation/src/android/compilation/cts/
AdbRootDependentCompilationTest.java
135
String
odexPath
= getOdexFilePath();
136
assertEquals(expectedInstallFilter, getCompilerFilter(
odexPath
));
143
assertEquals(expectedBgDexoptFilter, getCompilerFilter(
odexPath
));
/build/soong/dexpreopt/
dexpreopt.go
211
odexPath
:= module.BuildPath.InSameDir(ctx, "oat", arch.String(), pathtools.ReplaceExtension(base, "odex"))
217
vdexPath :=
odexPath
.ReplaceExtension(ctx, "vdex")
220
invocationPath :=
odexPath
.ReplaceExtension(ctx, "invocation")
305
rule.Command().FlagWithArg("mkdir -p ", filepath.Dir(
odexPath
.String()))
306
rule.Command().FlagWithOutput("rm -f ",
odexPath
)
356
FlagWithOutput("--oat-file=",
odexPath
).ImplicitOutput(vdexPath).
460
appImagePath :=
odexPath
.ReplaceExtension(ctx, "art")
474
rule.Install(
odexPath
, odexInstallPath)
Completed in 132 milliseconds