Searched refs:file (Results 1 – 4 of 4) sorted by relevance
127 File file = new File(CAMERA_DIRECTORY); in getValidFileCountFromFilesystem() local128 for (File child : file.listFiles()) { in getValidFileCountFromFilesystem()136 private boolean validateSavedFile(File file) { in validateSavedFile() argument137 return (file.exists() && file.length() > 0); in validateSavedFile()
5 # you may not use this file except in compliance with the License.
311 File file = new File(outFilename); in saveProcessOutput() local313 command, file.getAbsolutePath())); in saveProcessOutput()315 OutputStream out = new FileOutputStream(file); in saveProcessOutput()
141 File file = new File(logsDir, fileName); in testAppLaunchPerformance() local142 FileOutputStream outputStream = new FileOutputStream(file); in testAppLaunchPerformance()