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

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_dump.h107 const char* pszDir; member in struct:CR_HTML_DUMPER
114 DECLEXPORT(int) crDmpHtmlInit(struct CR_HTML_DUMPER * pDumper, const char *pszDir, const char *pszFile);
115 DECLEXPORT(int) crDmpHtmlInitV(struct CR_HTML_DUMPER * pDumper, const char *pszDir, const char *pszFile, va_list pArgList);
116 DECLEXPORT(int) crDmpHtmlInitF(struct CR_HTML_DUMPER * pDumper, const char *pszDir, const char *pszFile, ...);
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSF.cpp94 FS32_CHDIR(ULONG flag, PCDFSI pcdfsi, PVBOXSFCD pcdfsd, PCSZ pszDir, USHORT iCurDirEnd) argument
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp795 char *pszDir = RTPathJoinA(pResp->dropDir().c_str(), pszPath); local
796 if (pszDir)
798 rc = RTDirCreateFullPath(pszDir, fMode);
799 RTStrFree(pszDir);
/vbox/src/bldprogs/
H A Dscmsubversion.cpp608 * @param pszDir The directory, including ".svn/".
612 static int scmSvnConstructName(PSCMRWSTATE pState, const char *pszDir, const char *pszSuff, char *pszDst) argument
617 int rc = RTPathAppend(pszDst, RTPATH_MAX, pszDir);
704 * @param pszDir The directory in question.
706 bool ScmSvnIsDirInWorkingCopy(const char *pszDir) argument
716 int rc = RTPathJoin(szPath, sizeof(szPath), pszDir, ".svn");
722 const char *apszArgs[] = { g_szSvnPath, "propget", "svn:no-such-property", pszDir, NULL };
H A Dscm.cpp839 * @param pszDir The directory to do this for.
841 static int scmSettingsStackPushDir(PSCMSETTINGS *ppSettingsStack, const char *pszDir) argument
844 int rc = RTPathJoin(szFile, sizeof(szFile), pszDir, SCM_SETTINGS_FILENAME);
1353 * @param pszDir The directory to start with. This is pointer to
1356 static int scmProcessDirTree(char *pszDir, PSCMSETTINGS pSettingsStack) argument
1361 int rc = RTPathAppend(pszDir, RTPATH_MAX, ".");
1365 rc = scmProcessDirTreeRecursion(pszDir, strlen(pszDir), &Entry, pSettingsStack, 0);
H A DVBoxCPP.cpp4784 * @param pszDir The directory to add.
4786 static RTEXITCODE vbcppAddInclude(PVBCPP pThis, const char *pszDir) argument
4797 int rc = RTStrDupEx(&pThis->papszIncludes[cIncludes], pszDir);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp204 * @param pszDir The directory to clean up. The caller is
209 static RTEXITCODE RemoveExtPackDir(const char *pszDir, bool fTemporary) argument
212 int rc = RTDirRemoveRecursive(pszDir, RTDIRRMREC_F_CONTENT_AND_DIR);
216 fTemporary ? "temporary " : "", rc, pszDir);
287 * @param pszDir The temporary extension pack directory.
289 static RTEXITCODE SetExtPackPermissions(const char *pszDir) argument
293 int rc = RTPathSetMode(pszDir, 0755);
295 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Failed to set directory permissions: %Rrc ('%s')", rc, pszDir);
333 * @param pszDir The directory where the extension pack has been
339 static RTEXITCODE ValidateUnpackedExtPack(const char *pszDir, cons argument
[all...]
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp652 * @param pszDir Directory (path) to ouptut.
656 static int VBoxServiceToolboxLsHandleDir(const char *pszDir, argument
659 AssertPtrReturn(pszDir, VERR_INVALID_PARAMETER);
662 RTPrintf("dname=%s%c", pszDir, 0);
664 RTPrintf("%s:\n", pszDir);
667 int rc = RTPathAbs(pszDir, szPathAbs, sizeof(szPathAbs));
671 RTMsgError("Failed to retrieve absolute path of '%s', rc=%Rrc\n", pszDir, rc);
716 pszDir, rc2);
759 pszDir, pNodeIt->dirEntry.szName);
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp985 * @param pszDir Pointer to the directory buffer.
986 * @param cchDir The length of pszDir in pszDir.
989 static RTEXITCODE processDirSub(char *pszDir, size_t cchDir, PRTDIRENTRYEX pDirEntry, int iLogDepth) argument
991 Assert(cchDir > 0); Assert(pszDir[cchDir] == '\0');
995 return RTMsgErrorExit(RTEXITCODE_FAILURE, "Path too long: '%s'\n", pszDir);
999 int rc = RTDirOpen(&pDir, pszDir);
1001 return RTMsgErrorExit(RTEXITCODE_FAILURE, "RTDirOpen failed on '%s': %Rrc\n", pszDir, rc);
1004 if (!RTPATH_IS_SEP(pszDir[cchDir - 1]))
1006 pszDir[cchDi
1085 processDir(const char *pszDir) argument
[all...]
/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp1050 * @param pszDir Directory part
1054 static char *pdmR3FileConstruct(const char *pszDir, const char *pszFile, const char *pszDefaultExt) argument
1059 size_t cchDir = strlen(pszDir);
1080 memcpy(pszRet, pszDir, cchDir);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp2074 const char *pszDir = (fDst & INTNETTRUNKDIR_WIRE) ? local
2076 vboxNetLwfWinDumpPacket(pSG, pszDir);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp1649 size_t cbWritten = RTStrPrintf(szBuffer, sizeof(szBuffer), "%s/", pHtmlDumper->pszDir);
1682 DECLEXPORT(int) crDmpHtmlInit(struct CR_HTML_DUMPER * pDumper, const char *pszDir, const char *pszFile) argument
1688 pDumper->pszDir = crStrdup(pszDir);
1689 if (pDumper->pszDir)
1695 RTStrPrintf(szBuffer, sizeof(szBuffer), "%s/%s", pszDir, pszFile);
1715 crFree((void*)pDumper->pszDir);
1724 DECLEXPORT(int) crDmpHtmlInitV(struct CR_HTML_DUMPER * pDumper, const char *pszDir, const char *pszFile, va_list pArgList) argument
1728 return crDmpHtmlInit(pDumper, pszDir, szBuffer);
1731 DECLEXPORT(int) crDmpHtmlInitF(struct CR_HTML_DUMPER * pDumper, const char *pszDir, cons argument
[all...]
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp990 const char *pszDir = pCur->sz; local
991 rtDbgCfgLog2(pThis, "Path list entry: '%s'\n", pszDir);
1005 if (!RTStrNICmp(pszDir, RT_STR_TUPLE("srv*")))
1010 pszDir += sizeof("srv*") - 1;
1013 const char *pszServer = (const char *)memchr(pszDir, '*', cchDir);
1015 pszServer = pszDir;
1016 else if (pszServer == pszDir)
1021 pchCache = pszDir;
1022 cchCache = pszServer - pszDir;
1056 else if (!RTStrNICmp(pszDir, RT_STR_TUPL
1463 const char *pszDir = pCur->sz; local
[all...]
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp299 static int ctrlCopyDirExists(PCOPYCONTEXT pContext, bool bGuest, const char *pszDir, bool *fExists);
1711 * @param pszDir Directory to create.
1713 static int ctrlCopyDirCreate(PCOPYCONTEXT pContext, const char *pszDir) argument
1716 AssertPtrReturn(pszDir, VERR_INVALID_POINTER);
1719 int vrc = ctrlCopyDirExists(pContext, pContext->fHostToGuest, pszDir, &fDirExists);
1724 RTPrintf("Directory \"%s\" already exists\n", pszDir);
1734 RTPrintf("Creating directory \"%s\" ...\n", pszDir);
1743 HRESULT rc = pContext->pCmdCtx->pGuestSession->DirectoryCreate(Bstr(pszDir).raw(),
1750 vrc = RTDirCreateFullPath(pszDir, 0700);
1764 * @param pszDir Actua
1768 ctrlCopyDirExists(PCOPYCONTEXT pContext, bool fOnGuest, const char *pszDir, bool *fExists) argument
1800 ctrlCopyDirExistsOnDest(PCOPYCONTEXT pContext, const char *pszDir, bool *fExists) argument
1817 ctrlCopyDirExistsOnSource(PCOPYCONTEXT pContext, const char *pszDir, bool *fExists) argument
[all...]
/vbox/src/VBox/HostDrivers/Support/win/
H A DSUPR3HardenedMain-win.cpp4055 * @param pszDir The path of the directory to log (ASCII).
4057 static void supR3HardenedWinLogObjDir(const char *pszDir) argument
4063 int rc = RTUtf16CopyAscii(wszDir, RT_ELEMENTS(wszDir), pszDir);
4066 SUP_DPRINTF(("supR3HardenedWinLogObjDir: RTUtf16CopyAscii -> %Rrc on '%s'\n", rc, pszDir));

Completed in 101 milliseconds