Searched refs:os_short (Results 1 – 13 of 13) sorted by relevance
46 SystemInfo() : os(), os_short(), os_version(), cpu(), cpu_info(), in SystemInfo()52 os_short.clear(); in Clear()71 string os_short; member
226 system_info_->os_short = "linux"; in Microdump()229 system_info_->os_short = "android"; in Microdump()
245 if (system_info->os_short == "ios") in StackwalkerForCPU()
105 ASSERT_EQ("android", state->system_info()->os_short); in AnalyzeDump()
277 if (system_info_->os_short == "nacl") { in GetCallerFrame()
226 ASSERT_EQ_ABORT(system_info->os_short, kSystemInfoOSShort); in GetSymbolFile()409 ASSERT_EQ(state.system_info()->os_short, kSystemInfoOSShort); in TEST_F()
544 info->os_short.clear(); in GetOSInfo()552 info->os_short = system_info->GetOS(); in GetOSInfo()
81 system_info.os_short = "linux"; in StackwalkerARMFixture()786 system_info.os_short = "ios"; in StackwalkerARMFixtureIOS()
81 system_info.os_short = "linux"; in StackwalkerMIPSFixture()
79 system_info.os_short = "linux"; in StackwalkerAMD64Fixture()
81 system_info.os_short = "ios"; in StackwalkerARM64Fixture()
84 system_info.os_short = "linux"; in StackwalkerX86Fixture()
110 optional string os_short = 8; field