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

/system/extras/kexec_tools/
H A Dkexecload.c29 int get_file_size(int f) function
127 atag_size = ROUND_TO_PAGE(get_file_size(atag_file), page_size);
128 zimage_size = ROUND_TO_PAGE(get_file_size(zimage_file), page_size);
/system/extras/ext4_utils/
H A Dext4_utils.h151 u64 get_file_size(int fd);
H A Dmake_ext4fs.c601 real_file_block_size = get_file_size(real_file_fd);
719 info.len = get_file_size(fd);
H A Dext4_utils.c552 u64 get_file_size(int fd) function
/system/core/fastboot/
H A Dfastboot.cpp162 static int64_t get_file_size(int fd) { function
171 *sz = get_file_size(fd);
803 int64_t sz = get_file_size(fd);
/system/core/fs_mgr/
H A Dfs_mgr.c596 wipe_block_device(fd, get_file_size(fd));

Completed in 102 milliseconds