OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMacosVersion
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_mac.h
54
MacosVersion
GetMacosVersion
();
asan_mac.cc
82
MacosVersion
GetMacosVersion
() {
100
return
GetMacosVersion
() == MACOS_VERSION_SNOW_LEOPARD;
asan_malloc_mac.cc
53
if (
GetMacosVersion
() >= MACOS_VERSION_LION) {
Completed in 125 milliseconds