| 138 | } |
| 139 | |
| 140 | Path FindFilePath(const string& path, PathFlagsBitfield flags, bool is_necessary) { |
| 141 | return FindFilePath(path.c_str(), flags, is_necessary); |
| 142 | } |
| 143 | |
| 144 | Path FindFilePath(const char* path, PathFlagsBitfield flags, bool is_necessary) { |
| 145 | Path p; |
no test coverage detected