Searched refs:lpLastSlash (Results 1 – 4 of 4) sorted by relevance
113 wchar_t *lpLastSlash = wcsrchr( pszFolder, '\\' ); in rebaseImagesInFolder() local114 if ( lpLastSlash ) in rebaseImagesInFolder()116 size_t len = lpLastSlash - pszFolder + 1; in rebaseImagesInFolder()131 wchar_t *lpLastSlash = wcsrchr( pszFolder, '\\' ); in rebaseImagesInFolder() local132 if ( lpLastSlash ) in rebaseImagesInFolder()134 size_t len = lpLastSlash - pszFolder + 1; in rebaseImagesInFolder()
75 LPCTSTR lpLastSlash = _tcsrchr( lpShortPath, '\\' ); variable77 if ( lpLastSlash )79 int nParentLen = lpLastSlash - lpShortPath;
194 _TCHAR *lpLastSlash = _tcsrchr( szModuleFileName, '\\' ); in WinMain() local195 if ( lpLastSlash ) in WinMain()197 size_t len = lpLastSlash - szModuleFileName + 1; in WinMain()
409 LPTSTR lpLastSlash = _tcsrchr( lpPath, '/' ); in PathRemoveFileSpec() local410 LPTSTR lpLastDelimiter = lpLastSlash > lpLastBkSlash ? lpLastSlash : lpLastBkSlash; in PathRemoveFileSpec()
Completed in 33 milliseconds