Searched refs:dev_path (Results 1 – 5 of 5) sorted by relevance
/system/bt/btif/co/ |
D | bta_hh_co.cc | 38 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/ |
D | avb_util.cpp | 112 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/ |
D | apexd.cpp | 267 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/ |
D | snapshot.h | 487 std::string* dev_path);
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 444 std::string* dev_path) { in MapSnapshot() argument 524 if (!dm.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()
|