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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTSymlink.cpp145 char szExecFile[RTPATH_MAX]; local
146 RTTESTI_CHECK_RETV(RTProcGetExecutablePath(szExecFile, sizeof(szExecFile)) != NULL);
147 size_t cchExecFile = strlen(szExecFile);
148 RTTESTI_CHECK(RTFileExists(szExecFile));
150 RTTESTI_CHECK(!RTSymlinkExists(szExecFile));
152 RTTESTI_CHECK(!RTSymlinkIsDangling(szExecFile));
161 RTTESTI_CHECK_RC(RTSymlinkRead(szExecFile, szPath1, sizeof(szPath1), 0), VERR_NOT_SYMLINK);
169 test1Worker(hTest, pszBaseDir, szExecFile, RTSYMLINKTYPE_FILE, false /*fDangling*/);
171 test1Worker(hTest, pszBaseDir, szExecFile, RTSYMLINKTYPE_UNKNOW
[all...]

Completed in 403 milliseconds