Home
last modified time | relevance | path

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

/external/cpu_features/test/
Dcpuinfo_x86_test.cc52 bool GetDarwinSysCtlByName(std::string name) const { in GetDarwinSysCtlByName() function in cpu_features::FakeCpu
91 extern "C" bool GetDarwinSysCtlByName(const char* name) { in GetDarwinSysCtlByName() function
/external/cpu_features/src/
Dcpuinfo_x86.c1216 static bool GetDarwinSysCtlByName(const char* name) { in GetDarwinSysCtlByName() function