Searched refs:bugreportsDir (Results 1 – 1 of 1) sorted by relevance
483 static void cleanupOldFiles(final int minCount, final long minAge, File bugreportsDir) { in cleanupOldFiles() argument488 FileUtils.deleteOlderFiles(bugreportsDir, minCount, minAge); in cleanupOldFiles()1925 @BugreportParams.BugreportMode int type, File bugreportsDir) { in BugreportInfo() argument1932 this.bugreportFile = new File(bugreportsDir, getFileName(this, ".zip")); in BugreportInfo()1939 void createScreenshotFile(File bugreportsDir) { in createScreenshotFile() argument1940 File screenshotFile = new File(bugreportsDir, getScreenshotName("default")); in createScreenshotFile()