Searched refs:get_file_size (Results 1 – 13 of 13) 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()
70 std::string expected(get_file_size(real_super_fd), '\0'); in TEST()74 std::string actual(get_file_size(fb_super.fd), '\0'); in TEST()
32 int64_t get_file_size(android::base::borrowed_fd fd);
105 int64_t get_file_size(borrowed_fd fd) { in get_file_size() function
65 if (!builder_.AddPartition(partition, image_name, get_file_size(iter->second))) { in AddPartition()
258 fp_->fb->Download(super_name, fd, get_file_size(fd)); in Run()
239 out->resize(get_file_size(fd)); in ReadFileToVector()1045 int64_t sz = get_file_size(fd); in load_buf_fd()
112 u64 get_file_size(int fd); // fs_mgr
237 int64_t get_file_size(const std::string& file);
114 int64_t get_file_size(const std::string& file) { in get_file_size() function138 int64_t total_bytes = get_file_size(probed_file); in probe_resident_memory()
59 if (get_file_size(input_file) == -1) { in perform_file_action()
226 uint64_t file_size_bytes = get_file_size(input_file_); in dump_coverages()
211 u64 get_file_size(int fd) { in get_file_size() function