Searched refs:RTDirCreateFullPath (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDDir.cpp51 rc = RTDirCreateFullPath(pszDropDir, RTFS_UNIX_IRWXU);
/vbox/include/iprt/
H A Ddir.h84 RTDECL(int) RTDirCreateFullPath(const char *pszPath, RTFMODE fMode);
H A Dmangling.h468 # define RTDirCreateFullPath RT_MANGLER(RTDirCreateFullPath) macro
/vbox/src/VBox/Main/glue/
H A Dcom.cpp269 vrc = RTDirCreateFullPath(aDir, 0700);
/vbox/src/VBox/Runtime/common/zip/
H A Dunzipcmd.cpp202 rc = RTDirCreateFullPath(szDst, UnixInfo.Attr.fMode & RTFS_UNIX_ALL_ACCESS_PERMS);
H A Dtarcmd.cpp617 rc = RTDirCreateFullPath(szDst, UnixInfo.Attr.fMode & RTFS_UNIX_ALL_ACCESS_PERMS);
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceAutoMount.cpp191 int rc = RTDirCreateFullPath(pszMountPoint, fMode);
H A DVBoxServiceToolBox.cpp1457 rc = RTDirCreateFullPath(ValueUnion.psz, fDirMode);
/vbox/src/VBox/Runtime/r3/
H A Ddir.cpp58 RTDECL(int) RTDirCreateFullPath(const char *pszPath, RTFMODE fMode) function
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp798 rc = RTDirCreateFullPath(pszDir, fMode);
H A DConsoleImpl.cpp6368 int vrc = RTDirCreateFullPath(dir.c_str(), 0700);
6894 RTDirCreateFullPath(logDir.c_str(), 0700);
7220 vrc = RTDirCreateFullPath(pszDumpDir, 0700);
/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp1263 rc = RTDirCreateFullPath(pszPath, fMode);
1265 rc = txsReplyRC(pPktHdr, rc, "RTDirCreateFullPath(\"%s\", %#x)", pszPath, fMode);
2851 rc = RTDirCreateFullPath(g_szScratchPath, 0700);
2861 rc = RTDirCreateFullPath(g_szScratchPath, 0700);
/vbox/src/VBox/Main/src-server/
H A DMachineImplCloneVM.cpp1351 int vrc = RTDirCreateFullPath(strTrgSnapshotFolder.c_str(), 0700);
H A DVirtualBoxImpl.cpp4696 int vrc = RTDirCreateFullPath(strDir.c_str(), 0700);
H A DMachineImpl.cpp7515 RTDirCreateFullPath(strStartupLogDir.c_str(), 0755); /** @todo add a variant for creating the path to a
9667 (void)RTDirCreateFullPath(parent.c_str(), 0700);
9778 vrc = RTDirCreateFullPath(path.c_str(), 0700);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp752 int rc = RTDirCreateFullPath(pszPath, 0766);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp1750 vrc = RTDirCreateFullPath(pszDir, 0700);

Completed in 276 milliseconds