Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java228 String odexFilePath = getOdexFilePath(); in compileWithProfilesAndCheckFilter() local
229 byte[] initialOdexFileContents = readFileOnClient(odexFilePath); in compileWithProfilesAndCheckFilter()
238 String compilerFilter = getCompilerFilter(odexFilePath); in compileWithProfilesAndCheckFilter()
244 byte[] odexFileContents = readFileOnClient(odexFilePath); in compileWithProfilesAndCheckFilter()
322 private String getCompilerFilter(String odexFilePath) throws DeviceNotAvailableException { in getCompilerFilter() argument
324 "oatdump", "--header-only", "--oat-file=" + odexFilePath); in getCompilerFilter()