Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dutility.h119 bool WriteStringToFileAtomic(const std::string& content, const std::string& path);
H A Dsnapshot_stats.cpp53 if (!WriteStringToFileAtomic(contents, path_)) { in WriteState()
H A Dutility.cpp175 bool WriteStringToFileAtomic(const std::string& content, const std::string& path) { in WriteStringToFileAtomic() function
H A Dsnapshot.cpp352 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()
3020 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()
3076 if (!WriteStringToFileAtomic(content, path)) { in WriteSnapshotStatus()