Searched defs:GetLastErrnoDescription (Results 1 - 6 of 6) sorted by relevance

/external/protobuf/gtest/src/
H A Dgtest-death-test.cc251 String GetLastErrnoDescription() { function in namespace:testing::internal
276 << GetLastErrnoDescription() << " [" << last_error << "]";
404 << GetLastErrnoDescription();
865 GetLastErrnoDescription().c_str()));
878 GetLastErrnoDescription().c_str()));
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc302 String GetLastErrnoDescription() { function in namespace:testing::internal
327 << GetLastErrnoDescription() << " [" << last_error << "]";
458 << GetLastErrnoDescription();
959 GetLastErrnoDescription().c_str()));
972 GetLastErrnoDescription().c_str()));
1025 GetLastErrnoDescription().c_str()));
/external/gtest/src/
H A Dgtest-death-test.cc304 std::string GetLastErrnoDescription() { function in namespace:testing::internal
329 << GetLastErrnoDescription() << " [" << last_error << "]";
460 << GetLastErrnoDescription();
956 GetLastErrnoDescription());
968 GetLastErrnoDescription());
1020 GetLastErrnoDescription());
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
423 << GetLastErrnoDescription();
916 GetLastErrnoDescription().c_str()));
929 GetLastErrnoDescription().c_str()));
/external/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc264 String GetLastErrnoDescription() { function in namespace:testing::internal
289 << GetLastErrnoDescription() << " [" << last_error << "]";
420 << GetLastErrnoDescription();
913 GetLastErrnoDescription().c_str()));
926 GetLastErrnoDescription().c_str()));
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-death-test.cc304 std::string GetLastErrnoDescription() { function in namespace:testing::internal
329 << GetLastErrnoDescription() << " [" << last_error << "]";
460 << GetLastErrnoDescription();
956 GetLastErrnoDescription());
968 GetLastErrnoDescription());
1020 GetLastErrnoDescription());

Completed in 272 milliseconds