Searched defs:startWrite (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/util/
H A DAtomicFile.java88 public FileOutputStream startWrite() throws IOException { method in class:AtomicFile
123 * returned by {@link #startWrite()}. This will close, sync, and
141 * returned by {@link #startWrite()}. This will close the current
/frameworks/base/core/java/com/android/internal/os/
H A DAtomicFile.java56 public FileOutputStream startWrite() throws IOException { method in class:AtomicFile
/frameworks/support/v4/java/android/support/v4/util/
H A DAtomicFile.java86 public FileOutputStream startWrite() throws IOException { method in class:AtomicFile
117 * returned by {@link #startWrite()}. This will close, sync, and
135 * returned by {@link #startWrite()}. This will close the current
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDeviceOwner.java270 OutputStream outputStream = startWrite();
316 private OutputStream startWrite() throws IOException { method in class:DeviceOwner
323 return fileForWriting.startWrite();

Completed in 405 milliseconds