Home
last modified time | relevance | path

Searched refs:hash_device (Results 1 – 3 of 3) sorted by relevance

/system/core/fs_mgr/libdm/
Ddm_target.cpp69 const std::string& block_device, const std::string& hash_device, in DmTargetVerity() argument
78 hash_device, in DmTargetVerity()
/system/core/fs_mgr/libdm/include/libdm/
Ddm_target.h140 const std::string& block_device, const std::string& hash_device,
/system/apex/apexd/
Dapexd.cpp217 const std::string& hash_device, in CreateVerityTable() argument
223 if (hash_device == block_device) { in CreateVerityTable()
229 hash_device, desc->data_block_size, desc->hash_block_size, in CreateVerityTable()
562 std::string hash_device = loopback_device.name; in MountPackageImpl() local
576 hash_device = loop_for_hash.name; in MountPackageImpl()
577 apex_data.hashtree_loop_name = hash_device; in MountPackageImpl()
580 CreateVerityTable(*verity_data, loopback_device.name, hash_device, in MountPackageImpl()