Searched refs:RTDirCreate (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTDirCreateUniqueNumbered-generic.cpp56 int rc = RTDirCreate(pszPath, fMode, 0);
91 rc = RTDirCreate(pszPath, fMode, 0);
H A Dcreatetemp-generic.cpp126 rc = RTDirCreate(pszTemplate, fMode, 0);
/vbox/src/VBox/Runtime/r3/win/
H A Ddir-win.cpp47 RTDECL(int) RTDirCreate(const char *pszPath, RTFMODE fMode, uint32_t fCreate) function
100 LogFlow(("RTDirCreate(%p:{%s}, %RTfmode): returns %Rrc\n", pszPath, pszPath, fMode, rc));
/vbox/src/VBox/Storage/testcase/
H A DtstVDShareable.cpp133 rc = RTDirCreate("tmp", RTFS_UNIX_IRWXU, 0);
H A DtstVD.cpp886 rc = RTDirCreate("tmp", RTFS_UNIX_IRWXU, 0);
/vbox/include/iprt/
H A Ddir.h53 /** @name RTDirCreate flags.
74 RTDECL(int) RTDirCreate(const char *pszPath, RTFMODE fMode, uint32_t fCreate);
90 * numeric characters until a RTDirCreate succeeds or we run out of patience.
H A Dmangling.h467 # define RTDirCreate RT_MANGLER(RTDirCreate) macro
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h31 #define RTDirCreate testRTDirCreate macro
H A Dvbsf.cpp1125 rc = RTDirCreate(pszPath, fMode, 0);
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp229 rc = RTDirCreate(szMapPath, 0755, RTDIRCREATE_FLAGS_NOT_CONTENT_INDEXED_NOT_CRITICAL);
231 return RTMsgErrorRc(rc, "RTDirCreate failed on '%s' (UUID map path): %Rrc", szMapPath, rc);
332 rc = RTDirCreate(szDstPath, 0755, RTDIRCREATE_FLAGS_NOT_CONTENT_INDEXED_NOT_CRITICAL);
343 rc = RTDirCreate(szDstPath, 0755, RTDIRCREATE_FLAGS_NOT_CONTENT_INDEXED_NOT_CRITICAL);
1224 rc = RTDirCreate(pszCache, 0755, RTDIRCREATE_FLAGS_NOT_CONTENT_INDEXED_NOT_CRITICAL);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp370 rc = RTDirCreate(pszDstDirName, ObjInfo.Attr.fMode, 0);
721 RTDirCreate(pszBaseDir, 0755, 0);
732 rc = RTDirCreate(szTmpPath, 0700, 0);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp96 * ASSUME that RTDirCreate will return VERR_ALREADY_EXISTS and not VERR_ACCESS_DENIED in those cases
99 rc = RTDirCreate(szAbsPath, fMode, 0);
/vbox/src/VBox/Runtime/r3/posix/
H A Ddir-posix.cpp79 RTDECL(int) RTDirCreate(const char *pszPath, RTFMODE fMode, uint32_t fCreate) function
138 LogFlow(("RTDirCreate(%p={%s}, %RTfmode): returns %Rrc\n", pszPath, pszPath, fMode, rc));
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp756 rc = RTDirCreate(pszDstDir, 0700, 0);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp766 rc = RTDirCreate(pszPath, 0766, 0);
769 Log(("RTDirCreate(%s) -> %Rrc\n", pszPath, rc));
778 rc = RTDirCreate(pszPath, 0766, 0);
781 Log(("RTDirCreate(%s) -> %Rrc\n", pszPath, rc));
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp1252 umask(0); /* RTDirCreate workaround */
1433 umask(0); /* RTDirCreate workaround */
1459 rc = RTDirCreate(ValueUnion.psz, fDirMode, 0);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp346 rc = RTDirCreate(pszNewDir, (fMode & RTFS_UNIX_MASK) | RTFS_UNIX_IRWXU, 0);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1290 rc = RTDirCreate(pszPath, fMode, 0);
1292 rc = txsReplyRC(pPktHdr, rc, "RTDirCreate(\"%s\", %#x)", pszPath, fMode);

Completed in 142 milliseconds