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

  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 678 // GetOS and GetCPU return textual representations of the operating system
681 // GetOS() are "mac", "windows", and "linux". Defined values for GetCPU
684 string GetOS();
    [all...]
  /external/google-breakpad/src/processor/
minidump_processor.cc 552 info->os_short = system_info->GetOS();
    [all...]
minidump_unittest.cc 469 ASSERT_EQ("windows", md_system_info->GetOS());
    [all...]
minidump.cc     [all...]

Completed in 2265 milliseconds