| 4826 | } |
| 4827 | |
| 4828 | std::string AS_FindShortestPath(const std::string& path) { |
| 4829 | return FindShortestPath2(path).GetOriginalPathStr(); |
| 4830 | } |
| 4831 | |
| 4832 | std::string AS_FindFilePath(const std::string& path) { |
| 4833 | return FindFilePath(path).GetFullPathStr(); |
nothing calls this directly
no test coverage detected