Home
last modified time | relevance | path

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

/system/core/adb/client/
Dusb_linux.cpp534 static void register_device(const char* dev_name, const char* dev_path, unsigned char ep_in, in register_device() argument
587 "/sys/bus/usb/devices/%s/serial", dev_path + 4); in register_device()
604 register_usb_transport(done_usb, serial.c_str(), dev_path, done_usb->writeable); in register_device()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp110 std::string dev_path; in HashtreeDmVeritySetup() local
114 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
123 fstab_entry->blk_device = dev_path; in HashtreeDmVeritySetup()
/system/bt/btif/co/
Dbta_hh_co.cc38 const char* dev_path = "/dev/uhid"; variable
337 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
367 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
/system/apex/apexd/
Dapexd.cpp226 DmVerityDevice(std::string name, std::string dev_path) in DmVerityDevice() argument
228 dev_path_(std::move(dev_path)), in DmVerityDevice()
280 std::string dev_path; in createVerityDevice() local
281 if (!dm.CreateDevice(name, table, &dev_path, 500ms)) { in createVerityDevice()
284 return DmVerityDevice(name, dev_path); in createVerityDevice()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h395 std::string* dev_path);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp368 std::string* dev_path) { in MapSnapshot() argument
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()