Searched refs:PathFilePair (Results 1 – 2 of 2) sorted by relevance
3 PathFilePair IncludesCollection::split_path(const string& filePath) { in split_path()11 return PathFilePair(dirName, filePath.substr(pos + 1, filePath.length())); in split_path()13 return PathFilePair(".", filePath); in split_path()52 PathFilePair dirFile = split_path(filePath); in exists()
24 typedef pair<string, string> PathFilePair; typedef32 PathFilePair split_path(const string& filePath);
Completed in 44 milliseconds