Searched refs:bugreportsDir (Results 1 – 1 of 1) sorted by relevance
498 static void cleanupOldFiles(final int minCount, final long minAge, File bugreportsDir) { in cleanupOldFiles() argument503 FileUtils.deleteOlderFiles(bugreportsDir, minCount, minAge); in cleanupOldFiles()2034 @BugreportParams.BugreportMode int type, File bugreportsDir, long nonce) { in BugreportInfo() argument2042 this.bugreportFile = new File(bugreportsDir, getFileName(this, ".zip")); in BugreportInfo()2049 void createScreenshotFile(File bugreportsDir) { in createScreenshotFile() argument2050 File screenshotFile = new File(bugreportsDir, getScreenshotName("default")); in createScreenshotFile()