HomeSort by relevance Sort by last modified time
    Searched refs:WriteFileAtomically (Results 1 - 7 of 7) 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.h 56 static bool WriteFileAtomically(const FilePath& path, StringPiece data);
97 // be synchronously invoked from WriteFileAtomically() before its next write
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,
  /system/tpm/tpm_manager/server/
local_data_store_impl.cc 73 if (!base::ImportantFileWriter::WriteFileAtomically(path, file_data)) {
  /external/libbrillo/brillo/
key_value_store.cc 82 return base::ImportantFileWriter::WriteFileAtomically(path, SaveToString());
  /system/tpm/attestation/server/
database_impl.cc 120 if (!base::ImportantFileWriter::WriteFileAtomically(file_path, data)) {
  /external/libchrome/base/metrics/
persistent_histogram_allocator.cc     [all...]

Completed in 121 milliseconds