Home
last modified time | relevance | path

Searched refs:get_block_device_size (Results 1 – 10 of 10) sorted by relevance

/system/extras/tests/storage/
Dwipe_blkdev.c38 static u64 get_block_device_size(int fd) in get_block_device_size() function
120 len = get_block_device_size(fd); in main()
/system/gsid/tests/
Dboot_tests.cpp43 uint64_t size = get_block_device_size(fd); in TEST()
/system/extras/ext4_utils/
Dext4_utils.cpp204 u64 get_block_device_size(int fd) in get_block_device_size() function
255 computed_size = get_block_device_size(fd) - reserve_len; in get_file_size()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h131 u64 get_block_device_size(int fd); // recovery
/system/core/fs_mgr/liblp/
Dutility.cpp49 *size = get_block_device_size(fd); in GetDescriptorSize()
/system/core/fastboot/device/
Dflashing.cpp130 } else if (data.size() > get_block_device_size(handle.fd())) { in Flash()
Dvariables.cpp301 uint64_t size = get_block_device_size(handle.fd()); in GetPartitionSize()
Dcommands.cpp146 if (wipe_block_device(handle.fd(), get_block_device_size(handle.fd())) == 0) { in EraseHandler()
/system/gsid/
Dgsi_service.cpp744 uint64_t Size() override { return get_block_device_size(fd_); } in Size()
/system/core/fs_mgr/
Dfs_mgr.cpp992 uint64_t size = get_block_device_size(fd) / 512; in UpdateCheckpointPartition()