Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
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 = {});
/system/core/fs_mgr/libdm/
Dtest_util.h41 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
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()
/system/vold/
Dcryptfs.cpp163 if (dm.CreateDevice(label, table)) { in cryptfs_setup_ext_volume()
DMetadataCrypt.cpp201 } else if (!dm.CreateDevice(dm_name, table, crypto_blkdev, 5s)) { in create_crypto_blk_dev()
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
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()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp244 if (!dm.CreateDevice(params.device_name, table, path, params.timeout_ms)) { in CreateLogicalPartition()
Dfs_mgr.cpp1233 if (!dm.CreateDevice("bow", table)) { in UpdateCheckpointPartition()
1325 if (!dm.CreateDevice(kUserdataWrapperName, table, &dm_path, 20s)) { in WrapUserdata()
/system/core/fs_mgr/libfiemap/
Dimage_test.cpp233 ASSERT_TRUE(dm.CreateDevice(dm_name_, table, &dm_path_, 10s)); in SetUp()
Dimage_manager.cpp422 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp106 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/
Dsnapuserd_test.cpp63 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in Tempdevice()
/system/core/fs_mgr/libsnapshot/
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()
/system/core/fs_mgr/libsnapshot/snapuserd/dm-snapshot-merge/
Dcow_snapuserd_test.cpp58 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
/system/apex/apexd/
Dapexd.cpp291 if (!dm.CreateDevice(name, table, &dev_path, timeout)) { in CreateVerityDevice()