| 2348 | return static_cast<int>(write(fd, buf, count)); |
| 2349 | } |
| 2350 | inline int Close(int fd) { return close(fd); } |
| 2351 | inline const char* StrError(int errnum) { return strerror(errnum); } |
| 2352 | #endif |
| 2353 | inline const char* GetEnv(const char* name) { |
no outgoing calls
no test coverage detected