Searched refs:dev_path (Results 1 – 4 of 4) sorted by relevance
/system/core/fs_mgr/libfs_avb/ |
D | avb_util.cpp | 103 std::string dev_path; in HashtreeDmVeritySetup() local 106 if (!dm.CreateDevice(device_name, table, &dev_path, timeout)) { in HashtreeDmVeritySetup() 115 fstab_entry->blk_device = dev_path; in HashtreeDmVeritySetup()
|
/system/apex/apexd/ |
D | apexd.cpp | 268 DmVerityDevice(std::string name, std::string dev_path) in DmVerityDevice() argument 270 dev_path_(std::move(dev_path)), in DmVerityDevice() 311 std::string dev_path; in CreateVerityDevice() local 312 if (!dm.CreateDevice(name, table, &dev_path, timeout)) { in CreateVerityDevice() 315 return DmVerityDevice(name, dev_path); in CreateVerityDevice()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 516 std::string* dev_path);
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 584 std::string* dev_path) { in MapSnapshot() argument 669 if (!dm_.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()
|