Searched refs:snapshotFile (Results 1 – 3 of 3) sorted by relevance
126 File snapshotFile = getSnapshotFile(uid); in writeToDisk() local129 FileOutputStream fileOutputStream = new FileOutputStream(snapshotFile) in writeToDisk()135 snapshotFile.delete(); in writeToDisk()149 File snapshotFile = getSnapshotFile(uid); in readFromDisk() local152 FileInputStream fileInputStream = new FileInputStream(snapshotFile) in readFromDisk()158 snapshotFile.delete(); in readFromDisk()
217 File snapshotFile = null; in createForParcelFileDescriptor() local222 snapshotFile = File.createTempFile("com.android.documentsui.snapshot{", in createForParcelFileDescriptor()229 snapshotFile, ParcelFileDescriptor.MODE_WRITE_ONLY)); in createForParcelFileDescriptor()242 snapshotFile, MODE_READ_ONLY); in createForParcelFileDescriptor()250 if (snapshotFile != null) { in createForParcelFileDescriptor()251 snapshotFile.delete(); in createForParcelFileDescriptor()
71 snapshotFile android.OptionalPath member320 s.snapshotFile = android.OptionalPathForPath(zip)325 if !s.snapshotFile.Valid() {331 OutputFile: s.snapshotFile,332 DistFiles: android.MakeDefaultDistFiles(s.snapshotFile.Path()),338 fmt.Fprintln(w, s.Name()+":", s.snapshotFile.String())