Home
last modified time | relevance | path

Searched defs:get_file_size (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/libs/protoutil/src/
H A DProtoFileReader.cpp34 ssize_t get_file_size(int fd) { in get_file_size() function
/aosp12/system/extras/kexec_tools/
H A Dkexecload.c29 int get_file_size(int f) { in get_file_size() function
/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
/aosp12/system/extras/ext4_utils/
H A Dext4_utils.cpp213 u64 get_file_size(int fd) { in get_file_size() function
/aosp12/system/core/fastboot/
H A Dfastboot.cpp238 static int64_t get_file_size(borrowed_fd fd) { in get_file_size() function