/vbox/include/VBox/com/ |
H A D | com.h | 74 * @param aDir Buffer to store the directory string in UTF-8 encoding. 81 int GetVBoxUserHomeDirectory(char *aDir, size_t aDirLen, bool fCreateDir = true);
|
/vbox/src/VBox/Main/glue/ |
H A D | com.cpp | 199 static int composeHomePath(char *aDir, size_t aDirLen, argument 204 vrc = RTStrCopy(aDir, aDirLen, pcszBase); 210 vrc = RTPathUserHome(aDir, aDirLen); 212 vrc = RTPathAppend(aDir, aDirLen, pcszBase); 217 int GetVBoxUserHomeDirectory(char *aDir, size_t aDirLen, bool fCreateDir) argument 219 AssertReturn(aDir, VERR_INVALID_POINTER); 223 *aDir = 0; 233 vrc = RTPathAbs(szTmp, aDir, aDirLen); 256 vrc = composeHomePath(aDir, aDirLen, apcszUserHome[i]); 258 && RTDirExists(aDir)) [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/extensions/ |
H A D | QIFileDialog.h | 31 static QString getExistingDirectory (const QString &aDir, QWidget *aParent,
|
H A D | QIFileDialog.cpp | 231 QString QIFileDialog::getExistingDirectory (const QString &aDir, argument 262 const QString &aDir, const QString &aCaption) 263 : mParent (aParent), mTarget (aTarget), mDir (aDir), mCaption (aCaption) {} 317 QString dir = QDir::toNativeSeparators (aDir); 335 dlg.setDirectory (aDir); 353 dlg.setDirectory(aDir); 379 return QFileDialog::getExistingDirectory (aParent, aCaption, aDir, o); 261 Thread(QWidget *aParent, QObject *aTarget, const QString &aDir, const QString &aCaption) argument
|
/vbox/src/VBox/Main/include/ |
H A D | VFSExplorerImpl.h | 54 HRESULT cd(const com::Utf8Str &aDir, ComPtr<IProgress> &aProgress);
|
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | VBoxFilePathSelectorWidget.h | 171 void setHomeDir (const QString& aDir);
|
H A D | VBoxFilePathSelectorWidget.cpp | 717 void VBoxEmptyFileSelector::setHomeDir (const QString& aDir) argument 719 mHomeDir = aDir;
|
/vbox/src/VBox/Main/src-server/ |
H A D | VFSExplorerImpl.cpp | 577 HRESULT VFSExplorer::cd(const com::Utf8Str &aDir, ComPtr<IProgress> &aProgress) argument 580 m->strPath = aDir;
|
/vbox/src/VBox/HostDrivers/win/cfg/ |
H A D | VBoxDrvCfg.cpp | 393 WCHAR aDir[_MAX_DIR]; local 395 _wsplitpath(lpszInfPath, aMediaLocation, aDir, NULL, NULL); 396 wcscat(aMediaLocation, aDir);
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiInterfaceInfoManager.cpp | 183 GetDirectoryFromDirService(const char* codename, nsILocalFile** aDir) argument 186 NS_ASSERTION(aDir,"loser!"); 193 return dirService->Get(codename, NS_GET_IID(nsILocalFile), (void**) aDir); 295 xptiInterfaceInfoManager::GetApplicationDir(nsILocalFile** aDir) argument 298 return NS_SUCCEEDED(GetDirectoryFromDirService(NS_XPCOM_CURRENT_PROCESS_DIR, aDir));
|
H A D | xptiprivate.h | 886 PRBool GetApplicationDir(nsILocalFile** aDir); 887 PRBool GetCloneOfManifestLocation(nsILocalFile** aDir);
|
/vbox/src/VBox/Main/cbinding/ |
H A D | VBoxCAPI_v3_0.h | 2301 PRUnichar * aDir,
|
H A D | VBoxCAPI_v3_1.h | 2207 PRUnichar * aDir,
|
H A D | VBoxCAPI_v3_2.h | 2253 PRUnichar * aDir,
|
H A D | VBoxCAPI_v4_0.h | 2398 PRUnichar * aDir,
|
H A D | VBoxCAPI_v4_1.h | 2598 PRUnichar * aDir,
|
H A D | VBoxCAPI_v4_2.h | 2847 PRUnichar * aDir,
|
H A D | VBoxCAPI_v4_3.h | 4427 #define IVFSExplorer_Cd(p, aDir, aProgress) ((p)->lpVtbl->Cd(p, aDir, aProgress))
|