Home
last modified time | relevance | path

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

/aosp_15_r20/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.cpp378 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()
3224 if (!WriteStringToFileAtomic(contents, GetStateFilePath())) { in WriteSnapshotUpdateStatus()
3280 if (!WriteStringToFileAtomic(content, path)) { in WriteSnapshotStatus()
4678 if (!WriteStringToFileAtomic(contents, boot_file)) { in BootFromSnapshotsWithoutSlotSwitch()
/aosp_15_r20/system/update_engine/common/
H A Dprefs.cc303 utils::WriteStringToFileAtomic(filename.value(), value)); in SetKey()
H A Dutils.h167 bool WriteStringToFileAtomic(const std::string& path, std::string_view content);
H A Dutils.cc481 bool WriteStringToFileAtomic(const std::string& path, in WriteStringToFileAtomic() function