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

  /external/libchrome/base/files/
important_file_writer.h 57 static bool WriteFileAtomically(const FilePath& path,
important_file_writer.cc 58 // Helper function to call WriteFileAtomically() with a scoped_ptr<std::string>.
61 return ImportantFileWriter::WriteFileAtomically(path, *data);
67 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
  /system/tpm/tpm_manager/server/
local_data_store_impl.cc 69 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)) {
  /system/weaved/buffet/
buffet_config.cc 46 return base::ImportantFileWriter::WriteFileAtomically(path, content);
  /system/connectivity/shill/
key_file_store.cc 126 success = base::ImportantFileWriter::WriteFileAtomically(path_, data);
json_store.cc 457 if (!base::ImportantFileWriter::WriteFileAtomically(path_, json_string)) {

Completed in 264 milliseconds