Home
last modified time | relevance | path

Searched refs:get_file_size (Results 1 – 13 of 13) sorted by relevance

/system/extras/kexec_tools/
Dkexecload.c29 int get_file_size(int f) { in get_file_size() function
118 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()
/system/core/fastboot/
Dsuper_flash_helper_test.cpp70 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()
Dutil.h32 int64_t get_file_size(android::base::borrowed_fd fd);
Dutil.cpp105 int64_t get_file_size(borrowed_fd fd) { in get_file_size() function
Dsuper_flash_helper.cpp65 if (!builder_.AddPartition(partition, image_name, get_file_size(iter->second))) { in AddPartition()
Dtask.cpp258 fp_->fb->Download(super_name, fd, get_file_size(fd)); in Run()
Dfastboot.cpp239 out->resize(get_file_size(fd)); in ReadFileToVector()
1045 int64_t sz = get_file_size(fd); in load_buf_fd()
/system/extras/ext4_utils/include/ext4_utils/
Dext4_utils.h112 u64 get_file_size(int fd); // fs_mgr
/system/extras/pinner/include/
Dmeminspect.h237 int64_t get_file_size(const std::string& file);
/system/extras/pinner/
Dmeminspect.cpp114 int64_t get_file_size(const std::string& file) { in get_file_size() function
138 int64_t total_bytes = get_file_size(probed_file); in probe_resident_memory()
Dpintool.cpp59 if (get_file_size(input_file) == -1) { in perform_file_action()
Dpin_utils.cpp226 uint64_t file_size_bytes = get_file_size(input_file_); in dump_coverages()
/system/extras/ext4_utils/
Dext4_utils.cpp211 u64 get_file_size(int fd) { in get_file_size() function