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