Searched refs:cow_path (Results 1 – 2 of 2) sorted by relevance
2473 std::string cow_path; in MapPartitionWithSnapshot() local2474 if (!GetMappedImageDevicePath(cow_name, &cow_path)) { in MapPartitionWithSnapshot()2478 if (!WaitForDevice(cow_path, remaining_time)) { in MapPartitionWithSnapshot()2622 std::string cow_path; in MapCowDevices() local3537 std::string cow_path; in InitializeUpdateSnapshots() local3538 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 …]
1922 auto cow_path = android::base::GetProperty("gsid.mapped_image.sys_b-cow-img", ""); in TEST_F() local1923 unique_fd fd(open(cow_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()