Searched refs:GetLastErrnoDescription (Results 1 – 3 of 3) sorted by relevance
304 std::string GetLastErrnoDescription() { in GetLastErrnoDescription() function329 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()460 << GetLastErrnoDescription(); in ReadAndInterpretStatusByte()956 GetLastErrnoDescription()); in ExecDeathTestChildMain()968 GetLastErrnoDescription()); in ExecDeathTestChildMain()1020 GetLastErrnoDescription()); in ExecDeathTestSpawnChild()
963 GTEST_API_ std::string GetLastErrnoDescription();
76 using testing::internal::GetLastErrnoDescription;1089 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) { in TEST() argument1091 EXPECT_STRNE("", GetLastErrnoDescription().c_str()); in TEST()1093 EXPECT_STREQ("", GetLastErrnoDescription().c_str()); in TEST()