Home | History | Annotate | Download | only in sip

Lines Matching refs:AtomicFile

19 import com.android.internal.os.AtomicFile;
74 AtomicFile atomicFile =
75 new AtomicFile(new File(f, PROFILE_OBJ_FILE));
79 fos = atomicFile.startWrite();
84 atomicFile.finishWrite(fos);
86 atomicFile.failWrite(fos);
131 AtomicFile atomicFile = new AtomicFile(profileObjectFile);
134 ois = new ObjectInputStream(atomicFile.openRead());