Searched refs:status_file (Results 1 – 2 of 2) sorted by relevance
289 auto status_file = GetStatusFilePath(name); in DeleteBackingImage() local290 if (!android::base::RemoveFileIfExists(status_file)) { in DeleteBackingImage()323 auto status_file = GetStatusFilePath(name); in MapWithDmLinear() local434 auto status_file = GetStatusFilePath(name); in MapWithLoopDeviceList() local436 PLOG(ERROR) << "Write failed: " << status_file; in MapWithLoopDeviceList()505 auto status_file = GetStatusFilePath(name); in MapWithLoopDevice() local507 PLOG(ERROR) << "Write failed: " << status_file; in MapWithLoopDevice()597 auto status_file = GetStatusFilePath(name); in UnmapImageDevice() local598 if (!android::base::ReadFileToString(status_file, &status)) { in UnmapImageDevice()599 PLOG(ERROR) << "Read failed: " << status_file; in UnmapImageDevice()[all …]
266 auto status_file = sm->GetSnapshotStatusFilePath(snapshot); in CleanupSnapshotArtifacts() local267 android::base::RemoveFileIfExists(status_file); in CleanupSnapshotArtifacts()