Home
last modified time | relevance | path

Searched defs:GetBlockSize (Results 1 – 5 of 5) sorted by relevance

/system/dev/nand/skip-block/
A Dskip-block.h62 uint64_t GetBlockSize() const { return nand_info_.pages_per_block * nand_info_.page_size; } in GetBlockSize() function
/system/utest/blobfs/
A Dblobfs-test.h66 uint64_t GetBlockSize() const { in GetBlockSize() function
/system/dev/bus/virtio/
A Dblock.h47 uint32_t GetBlockSize() const { return config_.blk_size; } in GetBlockSize() function
/system/ulib/crypto/
A Dcipher.cpp95 zx_status_t Cipher::GetBlockSize(Algorithm algo, size_t* out) { in GetBlockSize() function in crypto::Cipher
/system/uapp/disk-pave/
A Ddevice-partitioner.cpp712 zx_status_t EfiDevicePartitioner::GetBlockSize(const fbl::unique_fd& device_fd, in GetBlockSize() function in paver::EfiDevicePartitioner
876 zx_status_t CrosDevicePartitioner::GetBlockSize(const fbl::unique_fd& device_fd, in GetBlockSize() function in paver::CrosDevicePartitioner
955 zx_status_t FixedDevicePartitioner::GetBlockSize(const fbl::unique_fd& device_fd, in GetBlockSize() function in paver::FixedDevicePartitioner
1074 zx_status_t SkipBlockDevicePartitioner::GetBlockSize(const fbl::unique_fd& device_fd, in GetBlockSize() function in paver::SkipBlockDevicePartitioner

Completed in 12 milliseconds