/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 141 bool CreateDevice(const std::string& name, const DmTable& table, std::string* path, 147 bool CreateDevice(const std::string& name, const DmTable& table); 257 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 | 60 bool DeviceMapper::CreateDevice(const std::string& name, const std::string& uuid) { in CreateDevice() function in android::dm::DeviceMapper 173 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function in android::dm::DeviceMapper 176 if (!CreateDevice(name, uuid)) { in CreateDevice() 266 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice() function in android::dm::DeviceMapper 268 if (!CreateDevice(name, table, &ignore_path, 0ms)) { in CreateDevice()
|
/system/vold/ |
D | Devmapper.cpp | 52 if (!dm.CreateDevice(name_string, table)) { in create()
|
D | MetadataCrypt.cpp | 173 if (!dm.CreateDevice(dm_name, table, crypto_blkdev, std::chrono::seconds(5))) { in create_crypto_blk_dev()
|
D | cryptfs.cpp | 1189 if (dm.CreateDevice(name, table)) { in create_crypto_blk_dev()
|
/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_verity.cpp | 272 if (!dm.CreateDevice(name, table)) { in load_verity_table()
|
D | fs_mgr.cpp | 1210 if (!dm.CreateDevice("bow", table)) { in UpdateCheckpointPartition() 1302 if (!dm.CreateDevice(kUserdataWrapperName, table, &dm_path, 20s)) { in WrapUserdata()
|
/system/core/fs_mgr/libsnapshot/ |
D | power_test.cpp | 354 if (!dm_.CreateDevice(kSnapshotName, table, &snapshot_path_, 10s)) { in MapSnapshot()
|
D | cow_snapuserd_test.cpp | 57 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
|
D | snapshot.cpp | 426 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapDmUserCow() 524 if (!dm.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot() 2243 if (!dm.CreateDevice(*cow_name, table, &cow_path, remaining_time)) { in MapCowDevices()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 157 virtual keymaster2_device_t* CreateDevice() const = 0;
|
D | android_keymaster_test_utils.cpp | 182 device_ = GetParam()->CreateDevice(); in Keymaster2Test()
|
D | android_keymaster_test.cpp | 116 keymaster2_device_t* CreateDevice() const override { in CreateDevice() function in keymaster::test::SoftKeymasterTestInstanceCreator 141 keymaster2_device_t* CreateDevice() const override { in CreateDevice() function in keymaster::test::Sha256OnlyKeymaster1TestInstanceCreator 177 keymaster2_device_t* CreateDevice() const override { in CreateDevice() function in keymaster::test::Keymaster1TestInstanceCreator
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 116 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 253 if (!dm.CreateDevice(name, table, &ignore_path, 5s)) { in DmCreateCmdHandler()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 422 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()
|
/system/apex/apexd/ |
D | apexd.cpp | 324 if (!dm.CreateDevice(name, table, &dev_path, timeout)) { in CreateVerityDevice()
|