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

  /system/core/toolbox/
notify.c 23 int file_count; local
66 file_count = argc - optind;
67 for(i = 0; i < file_count; i++) {
  /bootable/recovery/applypatch/
freecache.c 14 static int EliminateOpenFiles(char** files, int file_count) {
57 for (j = 0; j < file_count; ++j) {
  /external/chromium/base/
file_util_posix.cc 84 int file_count = 0; local
122 ++file_count;
126 return file_count;
file_util_win.cc 46 int file_count = 0; local
64 ++file_count;
69 return file_count;
  /external/e2fsprogs/lib/blkid/
probe.h 526 __u32 file_count; member in struct:hfs_mdb
  /external/kernel-headers/original/linux/
fs.h 709 #define file_count(x) atomic_read(&(x)->f_count) macro
    [all...]

Completed in 6246 milliseconds