Searched refs:get_block_device_size (Results 1 - 6 of 6) sorted by relevance

/system/core/fastbootd/
H A Dutils.h43 uint64_t get_block_device_size(int fd);
H A Dutils.c61 uint64_t get_block_device_size(int fd) function
87 computed_size = get_block_device_size(fd);
107 computed_size = get_block_device_size(fd);
/system/extras/tests/storage/
H A Dwipe_blkdev.c37 static u64 get_block_device_size(int fd) function
119 len = get_block_device_size(fd);
/system/core/fastbootd/commands/
H A Dflash.c85 size = get_block_device_size(fd);
/system/extras/ext4_utils/
H A Dext4_utils.h146 u64 get_block_device_size(int fd);
H A Dext4_utils.c424 u64 get_block_device_size(int fd) function
475 computed_size = get_block_device_size(fd) - reserve_len;

Completed in 120 milliseconds