Searched defs:GetSysctl (Results 1 – 3 of 3) sorted by relevance
| /external/libcxx/utils/google-benchmark/src/ |
| D | sysinfo.cc | 173 bool GetSysctl(std::string const& Name, std::string* Out) { in GetSysctl() function 183 bool GetSysctl(std::string const& Name, Tp* Out) { in GetSysctl() function 192 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) { in GetSysctl() function
|
| /external/google-benchmark/src/ |
| D | sysinfo.cc | 184 bool GetSysctl(std::string const& name, std::string* out) { in GetSysctl() function 194 bool GetSysctl(std::string const& name, Tp* out) { in GetSysctl() function 203 bool GetSysctl(std::string const& name, std::array<Tp, N>* out) { in GetSysctl() function
|
| /external/cronet/third_party/google_benchmark/src/src/ |
| D | sysinfo.cc | 180 bool GetSysctl(std::string const& name, std::string* out) { in GetSysctl() function 190 bool GetSysctl(std::string const& name, Tp* out) { in GetSysctl() function 199 bool GetSysctl(std::string const& name, std::array<Tp, N>* out) { in GetSysctl() function
|