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

  /system/core/toolbox/
notify.c 24 int file_count; local
67 file_count = argc - optind;
68 for(i = 0; i < file_count; i++) {
  /external/chromium/base/
file_util_posix.cc 97 int file_count = 0; local
135 ++file_count;
139 return file_count;
file_util_win.cc 93 int file_count = 0; local
111 ++file_count;
116 return file_count;
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 529 __u32 file_count; member in struct:hfs_mdb
589 __u32 file_count; member in struct:hfsplus_vol_header
  /external/kernel-headers/original/linux/
fs.h 709 #define file_count(x) atomic_read(&(x)->f_count) macro
    [all...]

Completed in 63 milliseconds