Home
last modified time | relevance | path

Searched refs:PathFilePair (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/soltools/mkdepend/
H A Dcollectdircontent.cxx3 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()
H A Dcollectdircontent.hxx24 typedef pair<string, string> PathFilePair; typedef
32 PathFilePair split_path(const string& filePath);

Completed in 19 milliseconds