Home
last modified time | relevance | path

Searched refs:os_short (Results 1 – 13 of 13) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
Dsystem_info.h46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), in SystemInfo()
52 os_short.clear(); in Clear()
71 string os_short; member
/external/google-breakpad/src/processor/
Dmicrodump.cc226 system_info_->os_short = "linux"; in Microdump()
229 system_info_->os_short = "android"; in Microdump()
Dstackwalker.cc245 if (system_info->os_short == "ios") in StackwalkerForCPU()
Dmicrodump_processor_unittest.cc105 ASSERT_EQ("android", state->system_info()->os_short); in AnalyzeDump()
Dstackwalker_amd64.cc277 if (system_info_->os_short == "nacl") { in GetCallerFrame()
Dminidump_processor_unittest.cc226 ASSERT_EQ_ABORT(system_info->os_short, kSystemInfoOSShort); in GetSymbolFile()
409 ASSERT_EQ(state.system_info()->os_short, kSystemInfoOSShort); in TEST_F()
Dminidump_processor.cc544 info->os_short.clear(); in GetOSInfo()
552 info->os_short = system_info->GetOS(); in GetOSInfo()
Dstackwalker_arm_unittest.cc81 system_info.os_short = "linux"; in StackwalkerARMFixture()
786 system_info.os_short = "ios"; in StackwalkerARMFixtureIOS()
Dstackwalker_mips_unittest.cc81 system_info.os_short = "linux"; in StackwalkerMIPSFixture()
Dstackwalker_amd64_unittest.cc79 system_info.os_short = "linux"; in StackwalkerAMD64Fixture()
Dstackwalker_arm64_unittest.cc81 system_info.os_short = "ios"; in StackwalkerARM64Fixture()
Dstackwalker_x86_unittest.cc84 system_info.os_short = "linux"; in StackwalkerX86Fixture()
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto110 optional string os_short = 8; field