HomeSort by relevance Sort by last modified time
    Searched defs:get_file_size (Results 1 - 7 of 7) 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 29 int get_file_size(int f) function
127 atag_size = ROUND_TO_PAGE(get_file_size(atag_file), page_size);
128 zimage_size = ROUND_TO_PAGE(get_file_size(zimage_file), page_size);
  /system/extras/ext4_utils/
ext4_utils.c 508 u64 get_file_size(int fd) function
  /external/fio/
filesetup.c 350 static int get_file_size(struct thread_data *td, struct fio_file *f) function
632 return get_file_size(td, f);
ioengine.h 148 int (*get_file_size)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 124 get_file_size(const char* pathname) function
676 cpuinfo_len = get_file_size("/proc/cpuinfo");
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 126 get_file_size(const char* pathname) function
670 cpuinfo_len = get_file_size("/proc/cpuinfo");
    [all...]

Completed in 716 milliseconds