Searched refs:cow_path (Results 1 – 2 of 2) sorted by relevance
1812 std::string cow_path; in MapCowDevices() local1813 if (!dm.CreateDevice(*cow_name, table, &cow_path, remaining_time)) { in MapCowDevices()1818 LOG(INFO) << "Mapped COW device for " << params.GetPartitionName() << " at " << cow_path; in MapCowDevices()2404 std::string cow_path; in InitializeUpdateSnapshots() local2405 if (!images_->GetMappedImageDevice(cow_name, &cow_path)) { in InitializeUpdateSnapshots()2410 auto ret = InitializeCow(cow_path); in InitializeUpdateSnapshots()2413 << cow_path; in InitializeUpdateSnapshots()
1346 auto cow_path = android::base::GetProperty("gsid.mapped_image.sys_b-cow-img", ""); in TEST_F() local1347 unique_fd fd(open(cow_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()