Home
last modified time | relevance | path

Searched refs:dev_path (Results 1 – 6 of 6) sorted by relevance

/system/apex/apexd/
Dapexd_dm.cpp44 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()
Dapexd_dm.h30 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/
Davb_util.cpp104 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/
Dtypec_class_utils.rs168 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/
Dsnapshot.h552 std::string* dev_path);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp636 std::string* dev_path) { in MapSnapshot() argument
721 if (!dm_.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()