Searched defs:szPath3 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSymlink.cpp50 char szPath3[RTPATH_MAX]; local
52 RTStrCopy(szPath3, sizeof(szPath3), pszTarget);
57 char *psz = szPath3;
79 RTTESTI_CHECK_MSG(strcmp(szPath2, szPath3) == 0, ("got=\"%s\" expected=\"%s\"", szPath2, szPath3)); local
84 RTTESTI_CHECK_MSG(strcmp(szPath2, szPath3) == 0, ("got=\"%s\" expected=\"%s\"", szPath2, szPath3)); local
89 RTTESTI_CHECK_MSG( strncmp(szPath2, szPath3, cchTarget - 1) == 0
91 ("got=\"%s\" expected=\"%.*s\"", szPath2, cchTarget - 1, szPath3)); local
[all...]

Completed in 41 milliseconds