Home
last modified time | relevance | path

Searched refs:GetLastErrnoDescription (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/googletest/src/
Dgtest-death-test.cc344 std::string GetLastErrnoDescription() { in GetLastErrnoDescription() function
369 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()
503 << GetLastErrnoDescription(); in ReadAndInterpretStatusByte()
1195 "\") failed: " + GetLastErrnoDescription()); in ExecDeathTestChildMain()
1206 original_dir + " failed: " + GetLastErrnoDescription()); in ExecDeathTestChildMain()
1272 "\") failed: " + GetLastErrnoDescription()); in ExecDeathTestSpawnChild()
Dgtest-internal-inl.h1000 GTEST_API_ std::string GetLastErrnoDescription();
/third_party/googletest/googletest/src/
Dgtest-death-test.cc340 std::string GetLastErrnoDescription() { in GetLastErrnoDescription() function
365 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()
499 << GetLastErrnoDescription(); in ReadAndInterpretStatusByte()
1229 "\") failed: " + GetLastErrnoDescription()); in ExecDeathTestChildMain()
1240 original_dir + " failed: " + GetLastErrnoDescription()); in ExecDeathTestChildMain()
1306 "\") failed: " + GetLastErrnoDescription()); in ExecDeathTestSpawnChild()
Dgtest-internal-inl.h999 GTEST_API_ std::string GetLastErrnoDescription();
/third_party/mesa3d/src/gtest/src/
Dgtest-death-test.cc338 std::string GetLastErrnoDescription() { in GetLastErrnoDescription() function
363 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()
496 << GetLastErrnoDescription(); in ReadAndInterpretStatusByte()
1258 GetLastErrnoDescription()); in ExecDeathTestChildMain()
1270 GetLastErrnoDescription()); in ExecDeathTestChildMain()
1331 GetLastErrnoDescription()); in ExecDeathTestSpawnChild()
Dgtest-internal-inl.h983 GTEST_API_ std::string GetLastErrnoDescription();
/third_party/googletest/googletest/test/
Dgoogletest-death-test-test.cc70 using testing::internal::GetLastErrnoDescription;
1194 TEST(GetLastErrnoDescription, GetLastErrnoDescriptionWorks) { in TEST() argument
1196 EXPECT_STRNE("", GetLastErrnoDescription().c_str()); in TEST()
1198 EXPECT_STREQ("", GetLastErrnoDescription().c_str()); in TEST()
/third_party/cef/tools/distrib/gtest/
Dgtest-all.cc1392 GTEST_API_ std::string GetLastErrnoDescription();
8570 std::string GetLastErrnoDescription() { in GetLastErrnoDescription() function
8595 << GetLastErrnoDescription() << " [" << last_error << "]"; in FailFromInternalError()
8728 << GetLastErrnoDescription(); in ReadAndInterpretStatusByte()
9476 GetLastErrnoDescription()); in ExecDeathTestChildMain()
9488 GetLastErrnoDescription()); in ExecDeathTestChildMain()
9554 GetLastErrnoDescription()); in ExecDeathTestSpawnChild()