Searched refs:get_file_size (Results 1 - 8 of 8) sorted by relevance

/system/core/fastbootd/
H A Dutils.h42 uint64_t get_file_size(int fd);
H A Dutils.c74 uint64_t get_file_size(int fd) function
H A Dcommands.c90 sz = get_file_size(data_fd);
/system/extras/kexec_tools/
H A Dkexecload.c28 int get_file_size(int f) function
126 atag_size = ROUND_TO_PAGE(get_file_size(atag_file), page_size);
127 zimage_size = ROUND_TO_PAGE(get_file_size(zimage_file), page_size);
/system/extras/ext4_utils/
H A Dext4_utils.h148 u64 get_file_size(int fd);
H A Dext4_utils.c458 u64 get_file_size(int fd) function
H A Dmake_ext4fs.c508 info.len = get_file_size(fd);
/system/core/fastbootd/commands/
H A Dpartitions.c724 size = get_file_size(fd);

Completed in 100 milliseconds