Home
last modified time | relevance | path

Searched refs:os_short (Results 1 – 14 of 14) 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()
74 string os_short; member
/external/google-breakpad/src/processor/
Dmicrodump.cc269 system_info_->os_short = "linux"; in Microdump()
272 system_info_->os_short = "android"; in Microdump()
Dstackwalker.cc253 if (system_info->os_short == "ios") in StackwalkerForCPU()
Dminidump_processor_unittest.cc250 ASSERT_EQ_ABORT(system_info->os_short, kSystemInfoOSShort); in GetSymbolFile()
513 ASSERT_EQ(state.system_info()->os_short, kSystemInfoOSShort); in TEST_F()
755 ASSERT_EQ(state.system_info()->os_short, kSystemInfoOSShort); in TEST_F()
Dstackwalker_amd64.cc300 if (system_info_->os_short == "nacl") { in GetCallerFrame()
Dmicrodump_processor_unittest.cc108 ASSERT_EQ("android", state->system_info()->os_short); in AnalyzeDump()
Dminidump_processor.cc613 info->os_short.clear(); in GetOSInfo()
621 info->os_short = system_info->GetOS(); in GetOSInfo()
Dstackwalker_arm_unittest.cc82 system_info.os_short = "linux"; in StackwalkerARMFixture()
791 system_info.os_short = "ios_test"; in StackwalkerARMFixtureIOS()
Dstackwalker_mips_unittest.cc81 system_info.os_short = "linux"; in StackwalkerMIPSFixture()
Dstackwalker_mips64_unittest.cc82 system_info.os_short = "linux"; in StackwalkerMIPSFixture()
Dstackwalker_arm64_unittest.cc82 system_info.os_short = "ios"; in StackwalkerARM64Fixture()
Dstackwalker_amd64_unittest.cc80 system_info.os_short = "linux"; in StackwalkerAMD64Fixture()
Dstackwalker_x86_unittest.cc85 system_info.os_short = "linux"; in StackwalkerX86Fixture()
/external/google-breakpad/src/processor/proto/
Dprocess_state.proto110 optional string os_short = 8; field