Home
last modified time | relevance | path

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

/system/extras/verity/
Dbuild_verity_metadata.py63 def build_verity_table(block_device, data_blocks, root_hash, salt): argument
76 block_device, signer_path, signing_key, signer_args=None, argument
/system/core/adb/
Dset_verity_enable_state_service.cpp49 static bool set_verity_enabled_state(int fd, const char* block_device, const char* mount_point, in set_verity_enabled_state()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_sb.h48 bool block_device; /* target fd is a block device? */ member
/system/vold/
Dsecdiscard.cpp104 auto block_device = android::vold::BlockDeviceForPath(path); in secdiscard_path() local