/system/core/fs_mgr/libdm/include/libdm/ |
D | dm.h | 135 bool CreateDevice(const std::string& name, const DmTable& table, std::string* path, 141 bool CreateDevice(const std::string& name, const DmTable& table); 244 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 | 56 bool DeviceMapper::CreateDevice(const std::string& name, const std::string& uuid) { in CreateDevice() function in android::dm::DeviceMapper 148 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table, std::string* path, in CreateDevice() function in android::dm::DeviceMapper 151 if (!CreateDevice(name, uuid)) { in CreateDevice() 241 bool DeviceMapper::CreateDevice(const std::string& name, const DmTable& table) { in CreateDevice() function in android::dm::DeviceMapper 243 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 | 219 if (dm.CreateDevice(dm_name, table)) { in create_crypto_blk_dev()
|
D | cryptfs.cpp | 1106 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 | 1155 if (!dm.CreateDevice("bow", table)) { in UpdateCheckpointPartition() 1247 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 | snapshot.cpp | 444 if (!dm.CreateDevice(snap_name, table, dev_path, timeout_ms)) { in MapSnapshot() 464 if (!dm.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot() 1813 if (!dm.CreateDevice(*cow_name, table, &cow_path, remaining_time)) { in MapCowDevices()
|
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 114 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 245 if (!dm.CreateDevice(name, table)) { in DmCreateCmdHandler()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 408 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()
|
/system/keymaster/tests/ |
D | android_keymaster_test_utils.h | 162 virtual keymaster2_device_t* CreateDevice() const = 0;
|
D | android_keymaster_test_utils.cpp | 181 device_ = GetParam()->CreateDevice(); in Keymaster2Test()
|
D | android_keymaster_test.cpp | 115 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 176 keymaster2_device_t* CreateDevice() const override { in CreateDevice() function in keymaster::test::Keymaster1TestInstanceCreator
|
/system/apex/apexd/ |
D | apexd.cpp | 281 if (!dm.CreateDevice(name, table, &dev_path, 500ms)) { in createVerityDevice()
|