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

  /external/chromium_org/third_party/libjingle/source/talk/base/
macutils.cc 89 static bool GetGestalt(OSType ostype, int* value) {
92 OSStatus result = Gestalt(ostype, &native_value);
98 DecodeFourChar(ostype, &str);
  /external/chromium_org/third_party/webrtc/base/
macutils.cc 72 static bool GetGestalt(OSType ostype, int* value) {
75 OSStatus result = Gestalt(ostype, &native_value);
81 DecodeFourChar(ostype, &str);
  /external/e2fsprogs/lib/e2p/
Android.mk 22 ostype.c \
  /external/lldb/source/Core/
Debugger.cpp 1436 llvm::Triple::OSType ostype = arch.IsValid() ? arch.GetTriple().getOS() : llvm::Triple::UnknownOS; local
    [all...]

Completed in 100 milliseconds