Searched refs:get_file_size (Results 1 – 8 of 8) sorted by relevance
29 int get_file_size(int f) { in get_file_size() function118 atag_size = ROUND_TO_PAGE(get_file_size(atag_file), page_size); in main()119 zimage_size = ROUND_TO_PAGE(get_file_size(zimage_file), page_size); in main()
34 ssize_t get_file_size(int fd) { in get_file_size() function55 mSize(get_file_size(fd)), in ProtoFileReader()
110 static int64_t get_file_size(int fd, uint64_t reserve_len) { in get_file_size() function173 wipe_block_device(fd, get_file_size(fd)); in format_volume()186 length = get_file_size(fd.get(), v->length ? -v->length : CRYPT_FOOTER_OFFSET); in format_volume()
124 u64 get_file_size(int fd); // fs_mgr
213 u64 get_file_size(int fd) { in get_file_size() function
79 static uintmax_t get_file_size(const WIN32_FIND_DATA& data) {
238 static int64_t get_file_size(borrowed_fd fd) { in get_file_size() function254 out->resize(get_file_size(fd)); in ReadFileToVector()921 int64_t sz = get_file_size(fd); in load_buf_fd()1584 fb->Download(super_name, fd, get_file_size(fd)); in UpdateSuperPartition()
1543 wipe_block_device(fd, get_file_size(fd)); in fs_mgr_mount_all()