Home
last modified time | relevance | path

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

/system/core/fs_mgr/libdm/include/libdm/
Ddm.h135 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/
Dtest_util.h41 valid_ = dm_.CreateDevice(name, table, &path_, std::chrono::seconds(5)); in TempDevice()
Ddm.cpp56 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/
DDevmapper.cpp52 if (!dm.CreateDevice(name_string, table)) { in create()
DMetadataCrypt.cpp219 if (dm.CreateDevice(dm_name, table)) { in create_crypto_blk_dev()
Dcryptfs.cpp1106 if (dm.CreateDevice(name, table)) { in create_crypto_blk_dev()
/system/core/fs_mgr/
Dfs_mgr_dm_linear.cpp244 if (!dm.CreateDevice(params.device_name, table, path, params.timeout_ms)) { in CreateLogicalPartition()
Dfs_mgr_verity.cpp272 if (!dm.CreateDevice(name, table)) { in load_verity_table()
Dfs_mgr.cpp1155 if (!dm.CreateDevice("bow", table)) { in UpdateCheckpointPartition()
1247 if (!dm.CreateDevice(kUserdataWrapperName, table, &dm_path, 20s)) { in WrapUserdata()
/system/core/fs_mgr/libsnapshot/
Dpower_test.cpp354 if (!dm_.CreateDevice(kSnapshotName, table, &snapshot_path_, 10s)) { in MapSnapshot()
Dsnapshot.cpp444 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/
Davb_util.cpp114 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
/system/core/fs_mgr/tools/
Ddmctl.cpp245 if (!dm.CreateDevice(name, table)) { in DmCreateCmdHandler()
/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp408 if (!dm.CreateDevice(name, table, path, timeout_ms)) { in MapWithLoopDeviceList()
/system/keymaster/tests/
Dandroid_keymaster_test_utils.h162 virtual keymaster2_device_t* CreateDevice() const = 0;
Dandroid_keymaster_test_utils.cpp181 device_ = GetParam()->CreateDevice(); in Keymaster2Test()
Dandroid_keymaster_test.cpp115 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/
Dapexd.cpp281 if (!dm.CreateDevice(name, table, &dev_path, 500ms)) { in createVerityDevice()