HomeSort by relevance Sort by last modified time
    Searched defs:get_file_size (Results 1 - 5 of 5) 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/extras/ext4_utils/
ext4_utils.c 411 u64 get_file_size(int fd) function
  /ndk/sources/android/cpufeatures/
cpu-features.c 123 get_file_size(const char* pathname) function
571 cpuinfo_len = get_file_size("/proc/cpuinfo");
    [all...]
  /external/qemu/hw/
pc.c 597 static long get_file_size(FILE *f) function
632 if (!f || !(kernel_size = get_file_size(f)) ||
722 initrd_size = get_file_size(fi);
    [all...]

Completed in 338 milliseconds