Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_hh_co.cc38 const char* dev_path = "/dev/uhid"; variable
/system/apex/apexd/
Dapexd.cpp251 DmVerityDevice(const std::string& name, const std::string& dev_path) in DmVerityDevice()
280 void SetDevPath(const std::string& dev_path) { dev_path_ = dev_path; } in SetDevPath()
311 std::string dev_path; in createVerityDevice() local
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp115 std::string dev_path; in HashtreeDmVeritySetup() local
/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()