Searched refs:s_arg_max (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
H A Dprocess_info_snapshot_mac.cc52 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);

Completed in 149 milliseconds