Home
last modified time | relevance | path

Searched refs:InitDmUserCow (Results 1 – 5 of 5) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/include/snapuserd/
H A Dsnapuserd_client.h70 uint64_t InitDmUserCow(const std::string& misc_name, const std::string& cow_device,
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/
H A Dsnapuserd_client.cpp214 uint64_t SnapuserdClient::InitDmUserCow(const std::string& misc_name, const std::string& cow_device, in InitDmUserCow() function in android::snapshot::SnapuserdClient
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_test.cpp609 uint64_t num_sectors = client_->InitDmUserCow(system_device_ctrl_name_, cow_system_->path, in InitCowDevice()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp481 base_sectors = snapuserd_client_->InitDmUserCow(misc_name, cow_file, base_device); in MapDmUserCow()
525 if (!snapuserd_client_->InitDmUserCow(misc_name, cow_file, base_device, base_path_merge)) { in MapDmUserCow()
1817 snapuserd_client_->InitDmUserCow(misc_name, cow_image_device, source_device); in PerformInitTransition()
1819 base_sectors = snapuserd_client_->InitDmUserCow(misc_name, cow_image_device, in PerformInitTransition()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dcow_snapuserd_test.cpp693 cow_num_sectors_ = client_->InitDmUserCow(system_device_ctrl_name_, cow_system_->path, in InitCowDevice()