HomeSort by relevance Sort by last modified time
    Searched refs:get_file_size (Results 1 - 6 of 6) 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/ext4_utils/
ext4_utils.h 177 u64 get_file_size(int fd);
ext4_utils.c 411 u64 get_file_size(int fd) function
make_ext4fs.c 482 info.len = get_file_size(fd);
  /ndk/sources/android/cpufeatures/
cpu-features.c 119 get_file_size(const char* pathname) function
551 cpuinfo_len = get_file_size("/proc/cpuinfo");
  /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 2019 milliseconds