Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfs_avb/
Davb_util.cpp103 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/
Dapexd.cpp268 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/
Dsnapshot.h516 std::string* dev_path);
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp584 std::string* dev_path) { in MapSnapshot() argument
669 if (!dm_.CreateDevice(name, table, dev_path, timeout_ms)) { in MapSnapshot()