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

  /external/libchrome/base/files/
important_file_writer.h 40 class BASE_EXPORT ImportantFileWriter : public NonThreadSafe {
48 // ImportantFileWriter has been created.
65 ImportantFileWriter(const FilePath& path,
69 ImportantFileWriter(const FilePath& path,
75 ~ImportantFileWriter();
92 // ImportantFileWriter.
133 WeakPtrFactory<ImportantFileWriter> weak_factory_;
135 DISALLOW_COPY_AND_ASSIGN(ImportantFileWriter);
important_file_writer.cc 61 return ImportantFileWriter::WriteFileAtomically(path, *data);
67 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path,
127 ImportantFileWriter::ImportantFileWriter(
130 : ImportantFileWriter(
136 ImportantFileWriter::ImportantFileWriter(
149 ImportantFileWriter::~ImportantFileWriter() {
156 bool ImportantFileWriter::HasPendingWrite() const
    [all...]
important_file_writer_unittest.cc 34 class DataSerializer : public ImportantFileWriter::DataSerializer {
54 void ObserveNextSuccessfulWrite(ImportantFileWriter* writer);
72 ImportantFileWriter* writer) {
103 ImportantFileWriter writer(file_, ThreadTaskRunnerHandle::Get());
115 ImportantFileWriter writer(file_, ThreadTaskRunnerHandle::Get());
149 ImportantFileWriter writer(file_,
166 ImportantFileWriter writer(file_, ThreadTaskRunnerHandle::Get());
182 ImportantFileWriter writer(file_,
  /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 219 milliseconds