Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Davb_util.cpp115 std::string dev_path; in HashtreeDmVeritySetup() local
116 if (!dm.GetDmDevicePathByName(device_name, &dev_path)) { in HashtreeDmVeritySetup()
125 fstab_entry->blk_device = dev_path; in HashtreeDmVeritySetup()
128 if (wait_for_verity_dev && !WaitForFile(dev_path, 1s)) { in HashtreeDmVeritySetup()
/system/core/adb/client/
Dusb_linux.cpp514 static void register_device(const char* dev_name, const char* dev_path, unsigned char ep_in, in register_device() argument
567 "/sys/bus/usb/devices/%s/serial", dev_path + 4); in register_device()
584 register_usb_transport(done_usb, serial.c_str(), dev_path, done_usb->writeable); in register_device()
/system/bt/btif/co/
Dbta_hh_co.cc38 const char* dev_path = "/dev/uhid"; variable
315 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
345 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
/system/apex/apexd/
Dapexd.cpp251 DmVerityDevice(const std::string& name, const std::string& dev_path) in DmVerityDevice() argument
252 : name_(name), dev_path_(dev_path), cleared_(false) {} in DmVerityDevice()
280 void SetDevPath(const std::string& dev_path) { dev_path_ = dev_path; } in SetDevPath() argument
311 std::string dev_path; in createVerityDevice() local
312 if (!dm.GetDmDevicePathByName(name, &dev_path)) { in createVerityDevice()
316 dev.SetDevPath(dev_path); in createVerityDevice()