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

/vbox/src/VBox/Runtime/tools/
H A DRTManifest.cpp53 * @param pszChDir The directory to change into before processing
56 static RTEXITCODE rtManifestDoVerify(const char *pszManifest, bool fStdFormat, const char *pszChDir) argument
178 * @param pszChDir The directory to change into before processing
185 static RTEXITCODE rtManifestDoCreate(const char *pszManifest, bool fStdFormat, const char *pszChDir, uint32_t fAttr, argument
227 if (pszChDir)
229 rc = RTPathSetCurrent(pszChDir);
231 RTMsgError("Failed to change directory to '%s': %Rrc", pszChDir, rc);
298 const char *pszChDir = NULL;
358 if (pszChDir)
360 pszChDir
[all...]

Completed in 1333 milliseconds