Home
last modified time | relevance | path

Searched refs:WriteStringToFileAtomic (Results 1 – 7 of 7) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dutility.h119 bool WriteStringToFileAtomic(const std::string& content, const std::string& path);
Dsnapshot_stats.cpp53 if (!WriteStringToFileAtomic(contents, path_)) { in WriteState()
Dutility.cpp175 bool WriteStringToFileAtomic(const std::string& content, const std::string& path) { in WriteStringToFileAtomic() function
Dsnapshot.cpp352 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()
3020 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()
3076 if (!WriteStringToFileAtomic(content, path)) { in WriteSnapshotStatus()
/system/update_engine/common/
Dprefs.cc206 utils::WriteStringToFileAtomic(filename.value(), value)); in SetKey()
Dutils.h166 bool WriteStringToFileAtomic(const std::string& path, std::string_view content);
Dutils.cc432 bool WriteStringToFileAtomic(const std::string& path, in WriteStringToFileAtomic() function