Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp211 auto boot_file = GetSnapshotBootIndicatorPath(); in ReadUpdateSourceSlotSuffix() local
213 if (!android::base::ReadFileToString(boot_file, &contents)) { in ReadUpdateSourceSlotSuffix()
214 PLOG(WARNING) << "Cannot read " << boot_file; in ReadUpdateSourceSlotSuffix()
318 auto boot_file = GetSnapshotBootIndicatorPath(); in FinishedSnapshotWrites() local
319 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()
320 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()