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.cpp65 const std::string& block_device, const std::string& hash_device, in DmTargetVerity() argument
74 hash_device, in DmTargetVerity()
/system/apex/apexd/
Dapexd.cpp184 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/
Ddm_target.h122 const std::string& block_device, const std::string& hash_device,