Home
last modified time | relevance | path

Searched refs:CreateDevice (Results 1 – 13 of 13) sorted by relevance

/aosp14/system/core/fs_mgr/libdm/include/libdm/
H A Ddm.h74 virtual bool CreateDevice(const std::string& name, const DmTable& table, std::string* path,
188 bool CreateDevice(const std::string& name, const DmTable& table, std::string* path,
194 bool CreateDevice(const std::string& name, const DmTable& table);
315 bool CreateDevice(const std::string& name, const std::string& uuid = {});
/aosp14/system/core/fs_mgr/libdm/
H A Ddm.cpp61 bool DeviceMapper::CreateDevice(const std::string& name, const std::string& uuid) { in CreateDevice() function in android::dm::DeviceMapper
176 return CreateDevice(name, uuid); in CreateEmptyDevice()
211 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function in android::dm::DeviceMapper
304 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice() function in android::dm::DeviceMapper
306 if (!CreateDevice(name, table, &ignore_path, 0ms)) { in CreateDevice()
H A Dtest_util.h41 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h139 virtual bool CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function
141 return impl_.CreateDevice(name, table, path, timeout_ms); in CreateDevice()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr_dm_linear.cpp244 if (!dm.CreateDevice(params.device_name, table, path, params.timeout_ms)) { in CreateLogicalPartition()
H A Dfs_mgr.cpp1233 if (!dm.CreateDevice("bow", table)) { in UpdateCheckpointPartition()
1325 if (!dm.CreateDevice(kUserdataWrapperName, table, &dm_path, 20s)) { in WrapUserdata()
/aosp14/system/core/fs_mgr/libfiemap/
H A Dimage_test.cpp233 ASSERT_TRUE(dm.CreateDevice(dm_name_, table, &dm_path_, 10s)); in SetUp()
H A Dimage_manager.cpp422 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()
/aosp14/system/core/fs_mgr/libfs_avb/
H A Davb_util.cpp106 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
/aosp14/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp196 GET_INST_PROC(CreateDevice); in setupDevice()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
H A Dsnapuserd_test.cpp63 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in Tempdevice()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp508 if (!dm_.CreateDevice(name, table, path, timeout_ms)) { in MapDmUserCow()
622 if (!dm_.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()
2623 if (!dm_.CreateDevice(*cow_name, table, &cow_path, remaining_time)) { in MapCowDevices()
/aosp14/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
H A Dcow_snapuserd_test.cpp58 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()