HomeSort by relevance Sort by last modified time
    Searched refs:max_files (Results 51 - 53 of 53) sorted by null

1 23

  /external/chromium/base/
process_util_unittest.cc 403 int max_files = GetMaxFilesOpenInProcess(); local
404 for (int i = STDERR_FILENO + 1; i < max_files; i++) {
  /external/chromium_org/base/process/
process_util_unittest.cc 514 int max_files = GetMaxFilesOpenInProcess(); local
515 for (int i = STDERR_FILENO + 1; i < max_files; i++) {
  /external/kernel-headers/original/linux/
fs.h 49 unsigned long max_files; /* tunable */ member in struct:files_stat_struct
    [all...]

Completed in 1752 milliseconds

1 23