/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 74 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/ |
D | test_util.h | 41 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
|
D | dm.cpp | 61 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/ |
D | cryptfs.cpp | 163 if (dm.CreateDevice(label, table)) { in cryptfs_setup_ext_volume()
|
D | MetadataCrypt.cpp | 201 } else if (!dm.CreateDevice(dm_name, table, crypto_blkdev, 5s)) { in create_crypto_blk_dev()
|
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
D | test_helpers.h | 139 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/ |
D | fs_mgr_dm_linear.cpp | 244 if (!dm.CreateDevice(params.device_name, table, path, params.timeout_ms)) { in CreateLogicalPartition()
|
D | fs_mgr.cpp | 1233 if (!dm.CreateDevice("bow", table)) { in UpdateCheckpointPartition() 1325 if (!dm.CreateDevice(kUserdataWrapperName, table, &dm_path, 20s)) { in WrapUserdata()
|
/system/core/fs_mgr/libfiemap/ |
D | image_test.cpp | 233 ASSERT_TRUE(dm.CreateDevice(dm_name_, table, &dm_path_, 10s)); in SetUp()
|
D | image_manager.cpp | 422 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 106 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
|
/system/core/fs_mgr/libsnapshot/snapuserd/user-space-merge/ |
D | snapuserd_test.cpp | 63 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in Tempdevice()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 508 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/ |
D | cow_snapuserd_test.cpp | 58 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
|
/system/apex/apexd/ |
D | apexd.cpp | 291 if (!dm.CreateDevice(name, table, &dev_path, timeout)) { in CreateVerityDevice()
|