Home
last modified time | relevance | path

Searched refs:WriteFileAtomically (Results 1 – 5 of 5) sorted by relevance

/external/libmojo/base/android/
Dimportant_file_writer_android.cc17 static jboolean WriteFileAtomically(JNIEnv* env, in WriteFileAtomically() function
31 bool result = base::ImportantFileWriter::WriteFileAtomically( in WriteFileAtomically()
/external/libchrome/base/files/
Dimportant_file_writer.cc62 return ImportantFileWriter::WriteFileAtomically(path, *data); in WriteScopedStringToFileAtomically()
68 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path, in WriteFileAtomically() function in base::ImportantFileWriter
Dimportant_file_writer.h58 static bool WriteFileAtomically(const FilePath& path, StringPiece data);
/external/libbrillo/brillo/
Dkey_value_store.cc82 return base::ImportantFileWriter::WriteFileAtomically(path, SaveToString()); in Save()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc829 if (!ImportantFileWriter::WriteFileAtomically(persistent_location_, in WriteToPersistentLocation()