Searched refs:get_file_size (Results 1 – 5 of 5) sorted by relevance
29 int get_file_size(int f) in get_file_size() function125 atag_size = ROUND_TO_PAGE(get_file_size(atag_file), page_size); in main()126 zimage_size = ROUND_TO_PAGE(get_file_size(zimage_file), page_size); in main()
133 u64 get_file_size(int fd); // fs_mgr
238 u64 get_file_size(int fd) in get_file_size() function
217 static int64_t get_file_size(int fd) { in get_file_size() function233 out->resize(get_file_size(fd)); in ReadFileToVector()869 int64_t sz = get_file_size(fd); in load_buf_fd()1345 fb->Download(super_name, fd, get_file_size(fd)); in UpdateSuperPartition()
1242 wipe_block_device(fd, get_file_size(fd)); in fs_mgr_mount_all()