Lines Matching refs:lastDelim
1392 const std::string::size_type lastDelim = filePath.find_last_of('/');1394 if (lastDelim == std::string::npos)1397 return filePath.substr(0, lastDelim+1);