Searched refs:dev_path (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/client/ |
D | usb_linux.cpp | 534 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/ |
D | avb_util.cpp | 110 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/ |
D | bta_hh_co.cc | 38 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/ |
D | apexd.cpp | 226 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/ |
D | snapshot.h | 395 std::string* dev_path);
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 368 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()
|