Home
last modified time | relevance | path

Searched defs:hash_device (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/packages/modules/Virtualization/libs/devicemapper/src/
Dverity.rs56 hash_device: Option<&'a Path>, field
94 pub fn hash_device(&mut self, p: &'a Path) -> &mut Self { in hash_device() method
/aosp_15_r20/packages/modules/Virtualization/guest/apkdmverity/src/
Dmain.rs88 hash_device: PathBuf, field
128 let hash_device = loopdevice::attach( in enable_verity() localVariable
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm_target.cpp69 const std::string& block_device, const std::string& hash_device, in DmTargetVerity()
/aosp_15_r20/system/apex/apexd/
H A Dapexd.cpp232 const std::string& hash_device = block_device; in CreateVerityTable() local