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

  /external/chromium/chrome/browser/
process_info_snapshot_mac.cc 52 static int s_arg_max = 0; local
53 if (s_arg_max == 0) {
55 size_t size = sizeof(s_arg_max);
56 if (sysctl(mib, arraysize(mib), &s_arg_max, &size, NULL, 0) != 0)
60 if (s_arg_max == 0)
64 size_t size = s_arg_max;
65 executable_name->resize(s_arg_max + 1);
  /external/chromium_org/chrome/browser/
process_info_snapshot_mac.cc 53 static int s_arg_max = 0; local
54 if (s_arg_max == 0) {
56 size_t size = sizeof(s_arg_max);
57 if (sysctl(mib, arraysize(mib), &s_arg_max, &size, NULL, 0) != 0)
61 if (s_arg_max == 0)
65 size_t size = s_arg_max;
66 executable_name->resize(s_arg_max + 1);

Completed in 40 milliseconds