Searched refs:boot_file (Results 1 – 1 of 1) sorted by relevance
211 auto boot_file = GetSnapshotBootIndicatorPath(); in ReadUpdateSourceSlotSuffix() local213 if (!android::base::ReadFileToString(boot_file, &contents)) { in ReadUpdateSourceSlotSuffix()214 PLOG(WARNING) << "Cannot read " << boot_file; in ReadUpdateSourceSlotSuffix()318 auto boot_file = GetSnapshotBootIndicatorPath(); in FinishedSnapshotWrites() local319 if (!WriteStringToFileAtomic(contents, boot_file)) { in FinishedSnapshotWrites()320 PLOG(ERROR) << "write failed: " << boot_file; in FinishedSnapshotWrites()