Searched refs:exitStatusFilepath (Results 1 – 1 of 1) sorted by relevance
239 String exitStatusFilepath = TMP_PATH + "exit_status"; in runPoc() local240 runCommandLine("rm " + exitStatusFilepath, device); // remove any old exit status in runPoc()243 "; echo $? > " + exitStatusFilepath, // echo exit status to file in runPoc()247 String exitStatusString = runCommandLine("cat " + exitStatusFilepath, device).trim(); in runPoc()261 runCommandLine("rm " + exitStatusFilepath, device); in runPoc()