/vbox/src/VBox/Runtime/generic/ |
H A D | RTDirCreateUniqueNumbered-generic.cpp | 56 int rc = RTDirCreate(pszPath, fMode, 0); 91 rc = RTDirCreate(pszPath, fMode, 0);
|
H A D | createtemp-generic.cpp | 126 rc = RTDirCreate(pszTemplate, fMode, 0);
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | dir-win.cpp | 47 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 D | tstVDShareable.cpp | 133 rc = RTDirCreate("tmp", RTFS_UNIX_IRWXU, 0);
|
H A D | tstVD.cpp | 886 rc = RTDirCreate("tmp", RTFS_UNIX_IRWXU, 0);
|
/vbox/include/iprt/ |
H A D | dir.h | 53 /** @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 D | mangling.h | 467 # define RTDirCreate RT_MANGLER(RTDirCreate) macro
|
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | teststubs.h | 31 #define RTDirCreate testRTDirCreate macro
|
H A D | vbsf.cpp | 1125 rc = RTDirCreate(pszPath, fMode, 0);
|
/vbox/src/VBox/Runtime/tools/ |
H A D | RTDbgSymCache.cpp | 229 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 D | VBoxExtPackHelperApp.cpp | 370 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 D | dir.cpp | 96 * 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 D | dir-posix.cpp | 79 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 D | VBoxStub.cpp | 756 rc = RTDirCreate(pszDstDir, 0700, 0);
|
/vbox/src/VBox/Runtime/common/dbg/ |
H A D | dbgcfg.cpp | 766 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 D | VBoxServiceToolBox.cpp | 1252 umask(0); /* RTDirCreate workaround */ 1433 umask(0); /* RTDirCreate workaround */ 1459 rc = RTDirCreate(ValueUnion.psz, fDirMode, 0);
|
/vbox/src/VBox/Additions/common/VBoxGuestLib/ |
H A D | VBoxGuestR3LibDragAndDrop.cpp | 346 rc = RTDirCreate(pszNewDir, (fMode & RTFS_UNIX_MASK) | RTFS_UNIX_IRWXU, 0);
|
/vbox/src/VBox/ValidationKit/utils/TestExecServ/ |
H A D | TestExecService.cpp | 1290 rc = RTDirCreate(pszPath, fMode, 0); 1292 rc = txsReplyRC(pPktHdr, rc, "RTDirCreate(\"%s\", %#x)", pszPath, fMode);
|