Searched refs:hash_device (Results 1 – 3 of 3) sorted by relevance
/system/core/fs_mgr/libdm/ |
D | dm_target.cpp | 65 const std::string& block_device, const std::string& hash_device, in DmTargetVerity() argument 74 hash_device, in DmTargetVerity()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 122 const std::string& block_device, const std::string& hash_device,
|
/system/apex/apexd/ |
D | apexd.cpp | 196 const std::string& hash_device, in CreateVerityTable() argument 202 if (hash_device == block_device) { in CreateVerityTable() 208 hash_device, desc->data_block_size, desc->hash_block_size, in CreateVerityTable() 540 std::string hash_device = loopback_device.name; in MountPackageImpl() local 554 hash_device = loop_for_hash.name; in MountPackageImpl() 555 apex_data.hashtree_loop_name = hash_device; in MountPackageImpl() 558 CreateVerityTable(*verity_data, loopback_device.name, hash_device, in MountPackageImpl()
|