Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp2473 std::string cow_path; in MapPartitionWithSnapshot() local
2474 if (!GetMappedImageDevicePath(cow_name, &cow_path)) { in MapPartitionWithSnapshot()
2478 if (!WaitForDevice(cow_path, remaining_time)) { in MapPartitionWithSnapshot()
2622 std::string cow_path; in MapCowDevices() local
3537 std::string cow_path; in InitializeUpdateSnapshots() local
3538 if (!images_->GetMappedImageDevice(cow_name, &cow_path)) { in InitializeUpdateSnapshots()
3544 unique_fd fd(open(cow_path.c_str(), O_RDWR | O_CLOEXEC)); in InitializeUpdateSnapshots()
3563 auto ret = InitializeKernelCow(cow_path); in InitializeUpdateSnapshots()
3566 << cow_path; in InitializeUpdateSnapshots()
3682 std::string cow_path; variable
[all …]
H A Dsnapshot_test.cpp1922 auto cow_path = android::base::GetProperty("gsid.mapped_image.sys_b-cow-img", ""); in TEST_F() local
1923 unique_fd fd(open(cow_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()