Searched refs:dev_path (Results 1 – 6 of 6) sorted by relevance
| /system/apex/apexd/ |
| D | apexd_dm.cpp | 44 std::string dev_path; in CreateDmDeviceInternal() local 45 if (!dm.CreateDevice(name, table, &dev_path, timeout)) { in CreateDmDeviceInternal() 48 return DmDevice(name, dev_path); in CreateDmDeviceInternal()
|
| D | apexd_dm.h | 30 DmDevice(const std::string& name, const std::string& dev_path) in DmDevice() argument 31 : name_(name), dev_path_(dev_path), cleared_(false) {} in DmDevice()
|
| /system/core/fs_mgr/libfs_avb/ |
| D | avb_util.cpp | 104 std::string dev_path; in HashtreeDmVeritySetup() local 107 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup() 116 fstab_entry->blk_device = dev_path; in HashtreeDmVeritySetup()
|
| /system/usb_info_tools/typec_connector_class_helper/src/ |
| D | typec_class_utils.rs | 168 pub fn print_identity<W: Write>(dev_path: &Path, out_writer: &mut OutputWriter<W>) -> Result<()> { in print_identity() 173 let filename_vdo_fields_arr: &[(&str, &[VdoField]); 3] = match get_pd_revision(dev_path) { in print_identity() 192 &mut dev_path.join("identity"), in print_identity()
|
| /system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
| D | snapshot.h | 552 std::string* dev_path);
|
| /system/core/fs_mgr/libsnapshot/ |
| D | snapshot.cpp | 636 std::string* dev_path) { in MapSnapshot() argument 721 if (!dm_.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()
|