| 2697 | return static_cast<int>(write(fd, buf, count)); |
| 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) { |
no outgoing calls
no test coverage detected