Searched refs:boot_file (Results 1 – 1 of 1) sorted by relevance
262 auto boot_file = GetSnapshotBootIndicatorPath(); in ReadUpdateSourceSlotSuffix() local264 if (!android::base::ReadFileToString(boot_file, &contents)) { in ReadUpdateSourceSlotSuffix()367 auto boot_file = GetSnapshotBootIndicatorPath(); in FinishedSnapshotWrites() local368 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()369 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()4494 auto boot_file = GetBootSnapshotsWithoutSlotSwitchPath(); in BootFromSnapshotsWithoutSlotSwitch() local4495 if (!WriteStringToFileAtomic(contents, boot_file)) { in BootFromSnapshotsWithoutSlotSwitch()4496 PLOG(ERROR) << "write failed: " << boot_file; in BootFromSnapshotsWithoutSlotSwitch()