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

  /external/webkit/Tools/Scripts/
check-webkit-style 124 file_count = file_reader.file_count
128 % (error_count, file_count))
130 sys.exit(error_count > 0 or (file_count == 0 and delete_only_file_count == 0))
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader.py 47 file_count: The total number of files passed to this instance
65 self.file_count = 0
109 self.file_count += 1
filereader_unittest.py 85 def _assert_file_reader(self, passed_to_processor, file_count):
88 self.assertEquals(file_count, self._file_reader.file_count)
  /system/core/toolbox/
notify.c 24 int file_count; local
67 file_count = argc - optind;
68 for(i = 0; i < file_count; i++) {
  /system/extras/ext4_utils/
img2simg.c 193 unsigned int file_count; local
290 for (file_count = 1; left_to_write ; file_count++) {
300 sprintf(out_path, out_fmt, in_path, file_count);
305 s = (file_count-1) * blocks_per_chunk;
  /bootable/recovery/applypatch/
freecache.c 14 static int EliminateOpenFiles(char** files, int file_count) {
57 for (j = 0; j < file_count; ++j) {
  /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/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/kernel-headers/original/linux/
fs.h 709 #define file_count(x) atomic_read(&(x)->f_count) macro
    [all...]

Completed in 339 milliseconds