HomeSort by relevance Sort by last modified time
    Searched refs:GetOSVersion (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
macutils.h 54 bool GetOSVersion(int* major, int* minor, int* bugfix);
macutils.cc 109 bool GetOSVersion(int* major, int* minor, int* bugfix) {
126 if (!GetOSVersion(&major, &minor, &bugfix))

Completed in 44 milliseconds