| 98 | #endif |
| 99 | |
| 100 | bool |
| 101 | not_found_c_error(int errval) |
| 102 | { |
| 103 | return errval == ENOENT || errval == ENOTDIR; |
| 104 | } |
| 105 | |
| 106 | std::vector<std::string> |
| 107 | SplitString(std::string const& str, std::string const& delim) |
no outgoing calls
no test coverage detected