Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp1812 std::string cow_path; in MapCowDevices() local
1813 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() local
2405 if (!images_->GetMappedImageDevice(cow_name, &cow_path)) { in InitializeUpdateSnapshots()
2410 auto ret = InitializeCow(cow_path); in InitializeUpdateSnapshots()
2413 << cow_path; in InitializeUpdateSnapshots()
Dsnapshot_test.cpp1346 auto cow_path = android::base::GetProperty("gsid.mapped_image.sys_b-cow-img", ""); in TEST_F() local
1347 unique_fd fd(open(cow_path.c_str(), O_RDONLY | O_CLOEXEC)); in TEST_F()