Lines Matching refs:filePath
1389 static std::string getFileDirectory (const std::string& filePath)1391 const std::string::size_type lastDelim = filePath.find_last_of('/');1396 return filePath.substr(0, lastDelim+1);