Searched refs:lockFile (Results 1 – 1 of 1) sorted by relevance
1996 File lockFile = new File(CrashUtils.DEVICE_PATH, CrashUtils.LOCK_FILENAME); in getCrashReport() local1997 while ((!reportFile.exists() || !lockFile.exists()) && timeout > 0) { in getCrashReport()2002 if (!reportFile.exists() || !reportFile.isFile() || !lockFile.exists()) { in getCrashReport()