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/apex/apexd/ |
D | apexd.cpp | 184 const std::string& hash_device, in createVerityTable() argument 190 if (hash_device == block_device) { in createVerityTable() 196 hash_device, desc->data_block_size, desc->hash_block_size, in createVerityTable() 426 std::string hash_device = loopbackDevice.name; in MountPackageImpl() local 437 hash_device = loop_for_hash.name; in MountPackageImpl() 438 apex_data.hashtree_loop_name = hash_device; in MountPackageImpl() 441 createVerityTable(*verityData, loopbackDevice.name, hash_device, in MountPackageImpl()
|
/system/core/fs_mgr/libdm/include/libdm/ |
D | dm_target.h | 122 const std::string& block_device, const std::string& hash_device,
|