Home
last modified time | relevance | path

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

/system/bt/btif/co/
Dbta_hh_co.cc38 const char* dev_path = "/dev/uhid"; variable
340 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
370 p_dev->fd = open(dev_path, O_RDWR | O_CLOEXEC); in bta_hh_co_open()
/system/core/fs_mgr/libfs_avb/
Davb_util.cpp112 std::string dev_path; in HashtreeDmVeritySetup() local
116 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup()
125 fstab_entry->blk_device = dev_path; in HashtreeDmVeritySetup()
/system/apex/apexd/
Dapexd.cpp267 DmVerityDevice(std::string name, std::string dev_path) in DmVerityDevice() argument
269 dev_path_(std::move(dev_path)), in DmVerityDevice()
323 std::string dev_path; in CreateVerityDevice() local
324 if (!dm.CreateDevice(name, table, &dev_path, timeout)) { in CreateVerityDevice()
327 return DmVerityDevice(name, dev_path); in CreateVerityDevice()
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h487 std::string* dev_path);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp444 std::string* dev_path) { in MapSnapshot() argument
524 if (!dm.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()