Searched refs:os_short (Results 1 – 14 of 14) sorted by relevance
46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), in SystemInfo()52 os_short.clear(); in Clear()74 string os_short; member
269 system_info_->os_short = "linux"; in Microdump()272 system_info_->os_short = "android"; in Microdump()
253 if (system_info->os_short == "ios") in StackwalkerForCPU()
250 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()
300 if (system_info_->os_short == "nacl") { in GetCallerFrame()
108 ASSERT_EQ("android", state->system_info()->os_short); in AnalyzeDump()
613 info->os_short.clear(); in GetOSInfo()621 info->os_short = system_info->GetOS(); in GetOSInfo()
82 system_info.os_short = "linux"; in StackwalkerARMFixture()791 system_info.os_short = "ios_test"; in StackwalkerARMFixtureIOS()
81 system_info.os_short = "linux"; in StackwalkerMIPSFixture()
82 system_info.os_short = "linux"; in StackwalkerMIPSFixture()
82 system_info.os_short = "ios"; in StackwalkerARM64Fixture()
80 system_info.os_short = "linux"; in StackwalkerAMD64Fixture()
85 system_info.os_short = "linux"; in StackwalkerX86Fixture()
110 optional string os_short = 8; field