Lines Matching defs:cchTmpPath
171 size_t cchTmpPath = fsCleanPath(szTmpPath);
178 if ( cchTmpPath == 1
179 || (cchTmpPath == 2 && szTmpPath[1] == RTPATH_SLASH))
190 if ( cchTmpPath == 2
264 if (cchCurDir + fNeedSlash + cchTmpPath - offApplyAt <= RTPATH_MAX)
266 memmove(szTmpPath + cchCurDir + fNeedSlash, szTmpPath + offApplyAt, cchTmpPath + 1 - offApplyAt);
332 cchTmpPath = pszCur - szTmpPath;
339 if ((uintptr_t)&szTmpPath[cchTmpPath] > (uintptr_t)pszTop && szTmpPath[cchTmpPath - 1] == RTPATH_SLASH)
340 szTmpPath[--cchTmpPath] = '\0';
346 if (cchTmpPath < cchAbsPath)
348 memcpy(pszAbsPath, szTmpPath, cchTmpPath + 1);