Searched refs:boot_file (Results 1 – 1 of 1) sorted by relevance
244 auto boot_file = GetSnapshotBootIndicatorPath(); in ReadUpdateSourceSlotSuffix() local246 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() local352 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()353 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()