Searched refs:WriteFileAtomically (Results 1 – 6 of 6) sorted by relevance
/external/libchrome/base/files/ |
D | important_file_writer_unittest.cc | 333 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()
|
D | important_file_writer.cc | 113 ImportantFileWriter::WriteFileAtomically(path, *data, histogram_suffix); in WriteScopedStringToFileAtomically() 135 bool ImportantFileWriter::WriteFileAtomically(const FilePath& path, in WriteFileAtomically() function in base::ImportantFileWriter
|
D | important_file_writer.h | 56 static bool WriteFileAtomically(const FilePath& path,
|
/external/libchrome/base/metrics/ |
D | persistent_histogram_storage.cc | 97 if (!ImportantFileWriter::WriteFileAtomically(file_path, contents)) { in ~PersistentHistogramStorage()
|
D | persistent_histogram_allocator.cc | 952 if (!ImportantFileWriter::WriteFileAtomically(persistent_location_, in WriteToPersistentLocation()
|
/external/libbrillo/brillo/ |
D | key_value_store.cc | 82 return base::ImportantFileWriter::WriteFileAtomically(path, SaveToString()); in Save()
|