Home
last modified time | relevance | path

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

/aosp12/art/test/odsign/test-src/com/android/tests/odsign/
H A DOnDeviceSigningHostTest.java54 private static final String ODREFRESH_COMPILATION_LOG = field in OnDeviceSigningHostTest
242 String[] logLines = getDevice().pullFileContents(ODREFRESH_COMPILATION_LOG).split("\n"); in verifyGeneratedArtifactsLoadedForSamegradeUpdate()
244 "Expected 3 lines in " + ODREFRESH_COMPILATION_LOG + ", found " + logLines.length, in verifyGeneratedArtifactsLoadedForSamegradeUpdate()
292 getDevice().executeShellV2Command("stat " + ODREFRESH_COMPILATION_LOG); in haveCompilationLog()
297 getDevice().executeShellCommand("rm -f " + ODREFRESH_COMPILATION_LOG); in removeCompilationLogToAvoidBackoff()