Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp1381 std::string cow_image_path; in CheckMergeConsistency() local
1382 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_path)) { in CheckMergeConsistency()
1390 unique_fd fd(open(cow_image_path.c_str(), O_RDONLY | O_CLOEXEC)); in CheckMergeConsistency()
1398 LOG(ERROR) << "Failed to parse cow " << cow_image_path; in CheckMergeConsistency()
1407 unique_fd fd(open(cow_image_path.c_str(), O_RDONLY | O_DIRECT | O_SYNC | O_CLOEXEC)); in CheckMergeConsistency()
H A Dsnapshot_test.cpp421 auto cow_image_path = sm->MapCowImage(name, timeout_ms); in MapCowImage() local
422 if (!cow_image_path.has_value()) { in MapCowImage()
425 *path = *cow_image_path; in MapCowImage()