Searched refs:GetLastErrnoDescription (Results 1 – 3 of 3) sorted by relevance
346 std::string GetLastErrnoDescription() { in GetLastErrnoDescription() function371 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()505 << GetLastErrnoDescription(); in ReadAndInterpretStatusByte()1197 "\") failed: " + GetLastErrnoDescription()); in ExecDeathTestChildMain()1208 original_dir + " failed: " + GetLastErrnoDescription()); in ExecDeathTestChildMain()1274 "\") failed: " + GetLastErrnoDescription()); in ExecDeathTestSpawnChild()
1012 GTEST_API_ std::string GetLastErrnoDescription();
75 using testing::internal::GetLastErrnoDescription;1180 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) { in TEST() argument1182 EXPECT_STRNE("", GetLastErrnoDescription().c_str()); in TEST()1184 EXPECT_STREQ("", GetLastErrnoDescription().c_str()); in TEST()