Searched refs:TOMBSTONES_PATH (Results 1 – 1 of 1) sorted by relevance
241 private static final File TOMBSTONES_PATH = new File("/data/tombstones"); field in Monkey1282 String[] tombstones = TOMBSTONES_PATH.list(); in checkNativeCrashes()1297 File f = new File(TOMBSTONES_PATH, t); in checkNativeCrashes()1301 waitForTombstoneToBeWritten(Paths.get(TOMBSTONES_PATH.getPath(), t)); in checkNativeCrashes()