Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1175 std::string cow_image_path; in CheckMergeConsistency() local
1176 if (!dm.GetDmDevicePathByName(cow_image_name, &cow_image_path)) { in CheckMergeConsistency()
1184 unique_fd fd(open(cow_image_path.c_str(), O_RDONLY | O_CLOEXEC)); in CheckMergeConsistency()
1192 LOG(ERROR) << "Failed to parse cow " << cow_image_path; in CheckMergeConsistency()
1205 unique_fd fd(open(cow_image_path.c_str(), O_RDONLY | O_DIRECT | O_SYNC | O_CLOEXEC)); in CheckMergeConsistency()
Dsnapshot_test.cpp314 auto cow_image_path = sm->MapCowImage(name, timeout_ms); in MapCowImage() local
315 if (!cow_image_path.has_value()) { in MapCowImage()
318 *path = *cow_image_path; in MapCowImage()