HomeSort by relevance Sort by last modified time
    Searched defs:WriteFileAtomically (Results 1 - 2 of 2) sorted by null

  /external/libmojo/base/android/
important_file_writer_android.cc 17 static jboolean WriteFileAtomically(JNIEnv* env,
31 bool result = base::ImportantFileWriter::WriteFileAtomically(
  /external/libchrome/base/files/
important_file_writer.cc 58 // Helper function to call WriteFileAtomically() with a
68 bool result = ImportantFileWriter::WriteFileAtomically(path, *data);
77 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,

Completed in 263 milliseconds