HomeSort by relevance Sort by last modified time
    Searched refs:get_file_size (Results 1 - 25 of 34) sorted by null

1 2

  /build/tools/
fileslist.py 20 def get_file_size(path): function
34 get_file_size(os.path.sep.join((dir, f))),
  /system/core/fastbootd/
utils.h 42 uint64_t get_file_size(int fd);
utils.c 74 uint64_t get_file_size(int fd) function
commands.c 90 sz = get_file_size(data_fd);
  /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);
  /external/fio/engines/
falloc.c 102 .get_file_size = generic_get_file_size,
sync.c 330 .get_file_size = generic_get_file_size,
340 .get_file_size = generic_get_file_size,
355 .get_file_size = generic_get_file_size,
368 .get_file_size = generic_get_file_size,
fusion-aw.c 171 .get_file_size = generic_get_file_size,
e4defrag.c 194 .get_file_size = generic_get_file_size,
guasi.c 257 .get_file_size = generic_get_file_size,
mmap.c 216 .get_file_size = generic_get_file_size,
posixaio.c 255 .get_file_size = generic_get_file_size,
solarisaio.c 223 .get_file_size = generic_get_file_size,
splice.c 299 .get_file_size = generic_get_file_size,
libaio.c 304 .get_file_size = generic_get_file_size,
  /external/fio/
ioengine.h 146 int (*get_file_size)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
ioengines.c 511 if (!td->io_ops->get_file_size)
514 return td->io_ops->get_file_size(td, f);
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 144 u64 get_file_size(int fd);
  /system/extras/ext4_utils/
ext4_utils.h 148 u64 get_file_size(int fd);
  /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");
  /bootable/recovery/
roots.cpp 223 wipe_block_device(fd, get_file_size(fd));
  /ndk/sources/host-tools/ndk-stack/binutils/
addr2line.c 347 if (get_file_size (file_name) < 1)
  /ndk/sources/android/cpufeatures/
cpu-features.c 124 get_file_size(const char* pathname) function
638 cpuinfo_len = get_file_size("/proc/cpuinfo");
    [all...]
  /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...]

Completed in 1357 milliseconds

1 2