Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java214 String exitStatusFilepath = TMP_PATH + "exit_status"; in runPoc() local
215 runCommandLine("rm " + exitStatusFilepath, device); // remove any old exit status in runPoc()
218 "; echo $? > " + exitStatusFilepath, // echo exit status to file in runPoc()
222 String exitStatusString = runCommandLine("cat " + exitStatusFilepath, device).trim(); in runPoc()
236 runCommandLine("rm " + exitStatusFilepath, device); in runPoc()