Home
last modified time | relevance | path

Searched refs:sysctl_result (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/debug/
Ddebugger_posix.cc105 int sysctl_result = sysctl(mib, arraysize(mib), &info, &info_size, NULL, 0); in BeingDebugged() local
106 DCHECK_EQ(sysctl_result, 0); in BeingDebugged()
107 if (sysctl_result != 0) { in BeingDebugged()