Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp244 auto boot_file = GetSnapshotBootIndicatorPath(); in ReadUpdateSourceSlotSuffix() local
246 if (!android::base::ReadFileToString(boot_file, &contents)) { in ReadUpdateSourceSlotSuffix()
247 PLOG(WARNING) << "Cannot read " << boot_file; in ReadUpdateSourceSlotSuffix()
351 auto boot_file = GetSnapshotBootIndicatorPath(); in FinishedSnapshotWrites() local
352 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()
353 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()