Searched refs:szPath2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSymlink.cpp48 char szPath2[RTPATH_MAX]; local
76 memset(szPath2, 0xff, sizeof(szPath2));
77 szPath2[sizeof(szPath2) - 1] = '\0';
78 RTTESTI_CHECK_RC(RTSymlinkRead(szPath1, szPath2, sizeof(szPath2), 0), VINF_SUCCESS);
79 RTTESTI_CHECK_MSG(strcmp(szPath2, szPath3) == 0, ("got=\"%s\" expected=\"%s\"", szPath2, szPath3)); local
81 memset(szPath2,
84 RTTESTI_CHECK_MSG(strcmp(szPath2, szPath3) == 0, ("got=\\"%s\\" expected=\\"%s\\"", szPath2, szPath3)); local
91 ("got=\\"%s\\" expected=\\"%.*s\\"", szPath2, cchTarget - 1, szPath3)); local
134 char szPath2[RTPATH_MAX]; local
[all...]
/vbox/src/VBox/Runtime/generic/
H A DRTPathIsSame-generic.cpp81 char szPath2[RTPATH_MAX]; local
82 rc = RTPathAbs(pszPath2, szPath2, sizeof(szPath2)); AssertRC(rc);
85 if (RTPathCompare(szPath1, szPath2) == 0)

Completed in 77 milliseconds