Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_manager.cpp289 auto status_file = GetStatusFilePath(name); in DeleteBackingImage() local
290 if (!android::base::RemoveFileIfExists(status_file)) { in DeleteBackingImage()
323 auto status_file = GetStatusFilePath(name); in MapWithDmLinear() local
434 auto status_file = GetStatusFilePath(name); in MapWithLoopDeviceList() local
436 PLOG(ERROR) << "Write failed: " << status_file; in MapWithLoopDeviceList()
505 auto status_file = GetStatusFilePath(name); in MapWithLoopDevice() local
507 PLOG(ERROR) << "Write failed: " << status_file; in MapWithLoopDevice()
597 auto status_file = GetStatusFilePath(name); in UnmapImageDevice() local
598 if (!android::base::ReadFileToString(status_file, &status)) { in UnmapImageDevice()
599 PLOG(ERROR) << "Read failed: " << status_file; in UnmapImageDevice()
[all …]
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_test.cpp266 auto status_file = sm->GetSnapshotStatusFilePath(snapshot); in CleanupSnapshotArtifacts() local
267 android::base::RemoveFileIfExists(status_file); in CleanupSnapshotArtifacts()