Searched defs:get_file_size (Results 1 - 3 of 3) sorted by relevance

/system/extras/kexec_tools/
H A Dkexecload.c29 int get_file_size(int f) function
125 atag_size = ROUND_TO_PAGE(get_file_size(atag_file), page_size);
126 zimage_size = ROUND_TO_PAGE(get_file_size(zimage_file), page_size);
/system/extras/ext4_utils/
H A Dext4_utils.c237 u64 get_file_size(int fd) function
/system/core/fastboot/
H A Dfastboot.cpp159 static int64_t get_file_size(int fd) { function
168 *sz = get_file_size(fd);
832 int64_t sz = get_file_size(fd);

Completed in 3770 milliseconds