HomeSort by relevance Sort by last modified time
    Searched defs:get_file_size (Results 1 - 11 of 11) sorted by null

  /build/tools/
fileslist.py 20 def get_file_size(path): function
34 get_file_size(os.path.sep.join((dir, f))),
  /system/extras/kexec_tools/
kexecload.c 28 int get_file_size(int f) function
126 atag_size = ROUND_TO_PAGE(get_file_size(atag_file), page_size);
127 zimage_size = ROUND_TO_PAGE(get_file_size(zimage_file), page_size);
  /system/core/fastbootd/
utils.c 74 uint64_t get_file_size(int fd) function
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.c 410 u64 get_file_size(int fd) function
  /system/extras/ext4_utils/
ext4_utils.c 458 u64 get_file_size(int fd) function
  /external/fio/
ioengine.h 146 int (*get_file_size)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
filesetup.c 357 static int get_file_size(struct thread_data *td, struct fio_file *f) function
638 return get_file_size(td, f);
  /external/chromium_org/third_party/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 119 get_file_size(const char* pathname) function
508 cpuinfo_len = get_file_size("/proc/cpuinfo");
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 119 get_file_size(const char* pathname) function
508 cpuinfo_len = get_file_size("/proc/cpuinfo");
  /external/qemu/hw/i386/
pc.c 591 static long get_file_size(FILE *f) function
626 if (!f || !(kernel_size = get_file_size(f)) ||
716 initrd_size = get_file_size(fi);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 124 get_file_size(const char* pathname) function
638 cpuinfo_len = get_file_size("/proc/cpuinfo");
    [all...]

Completed in 650 milliseconds