Home
last modified time | relevance | path

Searched defs:GetSysctl (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc173 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/
Dsysinfo.cc178 bool GetSysctl(std::string const& Name, std::string* Out) { in GetSysctl() function
188 bool GetSysctl(std::string const& Name, Tp* Out) { in GetSysctl() function
197 bool GetSysctl(std::string const& Name, std::array<Tp, N>* Out) { in GetSysctl() function