Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp262 auto boot_file = GetSnapshotBootIndicatorPath(); in ReadUpdateSourceSlotSuffix() local
264 if (!android::base::ReadFileToString(boot_file, &contents)) { in ReadUpdateSourceSlotSuffix()
367 auto boot_file = GetSnapshotBootIndicatorPath(); in FinishedSnapshotWrites() local
368 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()
369 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()
4494 auto boot_file = GetBootSnapshotsWithoutSlotSwitchPath(); in BootFromSnapshotsWithoutSlotSwitch() local
4495 if (!WriteStringToFileAtomic(contents, boot_file)) { in BootFromSnapshotsWithoutSlotSwitch()
4496 PLOG(ERROR) << "write failed: " << boot_file; in BootFromSnapshotsWithoutSlotSwitch()