Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dimportant_file_writer_unittest.cc333 EXPECT_TRUE(ImportantFileWriter::WriteFileAtomically(file_, "baz", "test")); in TEST_F()
342 ImportantFileWriter::WriteFileAtomically(invalid_file_, nullptr)); in TEST_F()
346 ImportantFileWriter::WriteFileAtomically(invalid_file_, nullptr, "test")); in TEST_F()
Dimportant_file_writer.cc113 ImportantFileWriter::WriteFileAtomically(path, *data, histogram_suffix); in WriteScopedStringToFileAtomically()
135 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path, in WriteFileAtomically() function in base::ImportantFileWriter
Dimportant_file_writer.h56 static bool WriteFileAtomically(const FilePath& path,
/external/libchrome/base/metrics/
Dpersistent_histogram_storage.cc97 if (!ImportantFileWriter::WriteFileAtomically(file_path, contents)) { in ~PersistentHistogramStorage()
Dpersistent_histogram_allocator.cc952 if (!ImportantFileWriter::WriteFileAtomically(persistent_location_, in WriteToPersistentLocation()
/external/libbrillo/brillo/
Dkey_value_store.cc82 return base::ImportantFileWriter::WriteFileAtomically(path, SaveToString()); in Save()