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 | 247 DmVerityDevice(std::string name, std::string dev_path) in DmVerityDevice() argument 249 dev_path_(std::move(dev_path)), in DmVerityDevice() 290 std::string dev_path; in CreateVerityDevice() local 291 if (!dm.CreateDevice(name, table, &dev_path, timeout)) { in CreateVerityDevice() 294 return DmVerityDevice(name, dev_path); in CreateVerityDevice()
|
| /system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
| D | snapshot.h | 521 std::string* dev_path);
|
| /system/core/fs_mgr/libsnapshot/ |
| D | snapshot.cpp | 537 std::string* dev_path) { in MapSnapshot() argument 622 if (!dm_.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()
|