| 765 | } |
| 766 | |
| 767 | const CLocatorAPI::file* CLocatorAPI::exist(const char* fn) |
| 768 | { |
| 769 | files_it it = file_find_it(fn); |
| 770 | return (it != files.end()) ? &(*it) : 0; |
| 771 | } |
| 772 | |
| 773 | const CLocatorAPI::file* CLocatorAPI::exist(const char* path, const char* name) |
| 774 | { |
no test coverage detected