Lines Matching refs:GetLastErrnoDescription
72 using testing::internal::GetLastErrnoDescription;
988 // Tests that GetLastErrnoDescription returns an empty string when the
990 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) {
992 EXPECT_STRNE("", GetLastErrnoDescription().c_str());
994 EXPECT_STREQ("", GetLastErrnoDescription().c_str());