Searched refs:RTSYMLINKTYPE_UNKNOWN (Results 1 - 5 of 5) sorted by relevance

/vbox/include/iprt/
H A Dsymlink.h81 RTSYMLINKTYPE_UNKNOWN, enumerator in enum:RTSYMLINKTYPE
105 * RTSYMLINKTYPE_UNKNOWN is used, the API will try
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSymlink.cpp171 test1Worker(hTest, pszBaseDir, szExecFile, RTSYMLINKTYPE_UNKNOWN, false /*fDangling*/);
172 test1Worker(hTest, pszBaseDir, szExecDir, RTSYMLINKTYPE_UNKNOWN, false /*fDangling*/);
180 test1Worker(hTest, pszBaseDir, "../dangle/dangle", RTSYMLINKTYPE_UNKNOWN, true /*fDangling*/);
181 test1Worker(hTest, pszBaseDir, "../dangle/dangle/", RTSYMLINKTYPE_UNKNOWN, true /*fDangling*/);
/vbox/src/VBox/Runtime/r3/win/
H A Dsymlink-win.cpp192 if (enmType == RTSYMLINKTYPE_UNKNOWN)
/vbox/src/VBox/Runtime/common/zip/
H A Dtarcmd.cpp623 rc = RTSymlinkCreate(szDst, szTarget, RTSYMLINKTYPE_UNKNOWN, 0);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp2409 RTSYMLINKTYPE_UNKNOWN, 0);

Completed in 79 milliseconds