Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/libdm/
H A Ddm_target.cpp65 const std::string& block_device, const std::string& hash_device, in DmTargetVerity() argument
74 hash_device, in DmTargetVerity()
/aosp12/system/apex/apexd/
H A 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()
542 std::string hash_device = loopback_device.name; in MountPackageImpl() local
553 hash_device = loop_for_hash.name; in MountPackageImpl()
554 apex_data.hashtree_loop_name = hash_device; in MountPackageImpl()
557 CreateVerityTable(*verity_data, loopback_device.name, hash_device, in MountPackageImpl()
/aosp12/system/core/fs_mgr/libdm/include/libdm/
H A Ddm_target.h122 const std::string& block_device, const std::string& hash_device,