Searched defs:folder (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/wizards/clonevd/
H A DUIWizardCloneVDPageBasic4.cpp50 /* Get current folder and filename: */
52 QDir folder = fullFilePath.path(); local
55 /* Set the first parent folder that exists as the current: */
56 while (!folder.exists() && !folder.isRoot())
58 QFileInfo folderInfo(folder.absolutePath());
59 if (folder == QDir(folderInfo.absolutePath()))
61 folder = folderInfo.absolutePath();
65 if (!folder.exists() || folder
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvd/
H A DUIWizardNewVDPageBasic3.cpp61 /* Get current folder and filename: */
63 QDir folder = fullFilePath.path(); local
66 /* Set the first parent folder that exists as the current: */
67 while (!folder.exists() && !folder.isRoot())
69 QFileInfo folderInfo(folder.absolutePath());
70 if (folder == QDir(folderInfo.absolutePath()))
72 folder = folderInfo.absolutePath();
76 if (!folder.exists() || folder
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DSpecialSystemDirectory.cpp154 static nsresult GetWindowsFolder(int folder, nsILocalFile** aFile) argument
159 HRESULT result = gGetSpecialPathProc(NULL, path, folder, true);
191 // Get the PIDL for the folder.
193 NULL, folder, &pItemIDList)))
361 // whether Mac OS X or pre-Mac OS X, return Classic's Prefs folder
375 // if Mac OS X, return Mac OS X's Prefs folder
376 // if pre-Mac OS X, return Mac OS's Prefs folder
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.h94 FolderInfo folder; member in union:FinderInfo
101 ExtendedFolderInfo folder; member in union:ExtendedFinderInfo
834 the FolderInfo (if ref is a folder) will be
838 or the ExtendedFolderInfo (if ref is a folder) will
867 (if ref is a folder), or NULL if the FinderInfo
871 ExtendedFolderInfo (if ref is a folder), or NULL
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp221 static void GetWindowsFolder(int folder, nsFileSpec& outDirectory) argument
227 HRESULT result = gGetSpecialPathProc(NULL, path, folder, true);
256 // Get the PIDL for the folder.
258 NULL, folder, &pItemIDList)))
709 // whether Mac OS X or pre-Mac OS X, return Classic's Prefs folder
724 // if Mac OS X, return Mac OS X's Prefs folder
725 // if pre-Mac OS X, return Mac OS's Prefs folder
1135 // if it is, get Internet Config Download folder, if that's
1136 // not availble use desktop folder
1169 // Find folder wil
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsSF.cpp248 /* For each shared folder: */
255 /* Check if shared folder exists: */
256 const CSharedFolder &folder = sharedFolders[iFolderIndex]; local
257 if (!folder.isNull())
259 /* Gather shared folder values: */
261 sharedFolderData.m_strName = folder.GetName();
262 sharedFolderData.m_strHostPath = folder.GetHostPath();
263 sharedFolderData.m_fAutoMount = folder.GetAutoMount();
264 sharedFolderData.m_fWritable = folder.GetWritable();
265 /* Override shared folder cach
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dfdi.h173 fdidtNEW_FOLDER, /* New folder */
196 } folder; member in union:__anon13573::__anon13574
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dfdi.h169 fdidtNEW_FOLDER, /* New folder */
192 } folder; member in union:__anon969::__anon970
/vbox/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp1018 ComObjPtr<SharedFolder> folder; local
1019 folder.createObject();
1020 rc = folder->initCopy(this, *it);
1022 *it = folder;
H A DVirtualBoxImpl.cpp1328 * If a non-null and non-empty base folder is specified, the default
1329 * machine folder will be used as a base folder.
1340 /* we use the non-full folder value below to keep the path relative */
3634 * Returns the default machine folder from the system properties
3678 char folder[RTPATH_MAX]; local
3681 folder,
3682 sizeof(folder));
3684 aResult = folder;
3690 * Copies strSource to strTarget, making it relative to the VirtualBox config folder
[all...]
H A DMachineImpl.cpp340 // initialize the default snapshots folder
2518 * 1. Allow to change the name of the snapshot folder containing snapshots
2519 * 2. Rename the folder on disk instead of just changing the property
2532 tr("The snapshot folder of a machine with snapshots cannot be changed (please delete all snapshots first)"));
2542 tr("Invalid snapshot folder '%s' (%Rrc)"),
5327 /* delete the Logs folder, nothing important should be left
5335 /* Delete all VBox.log[.N] files from the Logs folder
5363 /* delete the Snapshots folder, nothing important should be left
5482 tr("Shared folder named '%s' already exists"),
7210 char folder[RTPATH_MA local
12014 ComObjPtr<SharedFolder> folder; local
[all...]

Completed in 110 milliseconds