Searched defs:GetSysctl (Results 1 – 4 of 4) 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/cronet/tot/third_party/google_benchmark/src/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/stable/third_party/google_benchmark/src/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/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
|