| 2895 | } |
| 2896 | inline int Close(int fd) { return close(fd); } |
| 2897 | inline const char* StrError(int errnum) { return strerror(errnum); } |
| 2898 | #endif |
| 2899 | inline const char* GetEnv(const char* name) { |
| 2900 | #if GTEST_OS_WINDOWS_MOBILE |
no outgoing calls
no test coverage detected