Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp189 auto boot_file = GetSnapshotBootIndicatorPath(); in ReadUpdateSourceSlotSuffix() local
191 if (!android::base::ReadFileToString(boot_file, &contents)) { in ReadUpdateSourceSlotSuffix()
192 PLOG(WARNING) << "Cannot read " << boot_file; in ReadUpdateSourceSlotSuffix()
286 auto boot_file = GetSnapshotBootIndicatorPath(); in FinishedSnapshotWrites() local
287 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()
288 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()