OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bugfix
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/
process_info_snapshot_mac.cc
388
int32 major, minor,
bugfix
;
local
389
base::SysInfo::OperatingSystemVersionNumbers(&major, &minor, &
bugfix
);
/external/chromium/third_party/libjingle/source/talk/base/
macutils.cc
109
bool GetOSVersion(int* major, int* minor, int*
bugfix
) {
110
ASSERT(major && minor &&
bugfix
);
114
*
bugfix
= *major & 0xF;
121
&& GetGestalt(gestaltSystemVersionBugFix,
bugfix
);
125
int major = 0, minor = 0,
bugfix
= 0;
local
126
if (!GetOSVersion(&major, &minor, &
bugfix
))
Completed in 1751 milliseconds