Home | History | Annotate | Download | only in glshared

Lines Matching full:lastdelim

1391 	const std::string::size_type lastDelim = filePath.find_last_of('/');
1393 if (lastDelim == std::string::npos)
1396 return filePath.substr(0, lastDelim+1);