| 2698 | } |
| 2699 | inline int Close(int fd) { return close(fd); } |
| 2700 | inline const char* StrError(int errnum) { return strerror(errnum); } |
| 2701 | #endif |
| 2702 | inline const char* GetEnv(const char* name) { |
| 2703 | #if GTEST_OS_WINDOWS_MOBILE |
no outgoing calls
no test coverage detected