Home
last modified time | relevance | path

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

/aosp12/system/extras/kexec_tools/
H A 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()
/aosp12/frameworks/base/libs/protoutil/src/
H A DProtoFileReader.cpp34 ssize_t get_file_size(int fd) { in get_file_size() function
55 mSize(get_file_size(fd)), in ProtoFileReader()
/aosp12/bootable/recovery/recovery_utils/
H A Droots.cpp110 static int64_t get_file_size(int fd, uint64_t reserve_len) { in get_file_size() function
173 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()
/aosp12/system/extras/ext4_utils/include/ext4_utils/
H A Dext4_utils.h124 u64 get_file_size(int fd); // fs_mgr
/aosp12/system/extras/ext4_utils/
H A Dext4_utils.cpp213 u64 get_file_size(int fd) { in get_file_size() function
/aosp12/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
H A Ddirectory_iterator.cpp79 static uintmax_t get_file_size(const WIN32_FIND_DATA& data) {
/aosp12/system/core/fastboot/
H A Dfastboot.cpp238 static int64_t get_file_size(borrowed_fd fd) { in get_file_size() function
254 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()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1543 wipe_block_device(fd, get_file_size(fd)); in fs_mgr_mount_all()