/vbox/src/VBox/Frontends/VirtualBox/src/widgets/ |
H A D | UIPopupStackViewport.cpp | 37 bool UIPopupStackViewport::exists(const QString &strPopupPaneID) const function in class:UIPopupStackViewport 50 AssertMsgFailed(("Popup-pane already exists!")); 74 AssertMsgFailed(("Popup-pane doesn't exists!")); 91 AssertMsgFailed(("Popup-pane doesn't exists!")); 133 /* Make sure the popup-pane still exists: */
|
H A D | UIPopupStack.cpp | 48 bool UIPopupStack::exists(const QString &strPopupPaneID) const function in class:UIPopupStack 51 return m_pScrollViewport->exists(strPopupPaneID);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/ |
H A D | TestDConnect.cpp | 113 PRBool exists; local 114 rv = file->Exists(&exists); 120 printf("File exists? [%d]\n", exists); 151 rv = clone->Exists(&exists); 157 if (!exists)
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/ |
H A D | UIWizardExportApp.cpp | 104 QVector<QString> exists = explorer.Exists(files); local 105 /* Check if the file exists already, if yes get confirmation for overwriting from the user. */ 106 if (!msgCenter().confirmOverridingFiles(exists, this)) 108 /* Ok all is confirmed so delete all the files which exists: */ 109 if (!exists.isEmpty()) 111 CProgress progress1 = explorer.Remove(exists);
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 114 PRBool exists; local 115 file->Exists(&exists); 117 if (exists) 149 PRBool exists; local 150 file->Exists(&exists); 152 if (exists) 161 rv = file->Exists(&exists); 165 if (!exists) 198 PRBool exists; local 199 file->Exists(&exists); 284 PRBool exists; local [all...] |
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsAppFileLocationProvider.cpp | 339 PRBool exists; local 373 rv = localDir->Exists(&exists); 374 if (NS_FAILED(rv) || !exists) 401 rv = localDir->Exists(&exists); 402 if (NS_SUCCEEDED(rv) && !exists) 435 PRBool exists; 436 rv = localDir->Exists(&exists); 437 if (NS_SUCCEEDED(rv) && !exists) 476 PRBool exists; local 477 if (testFile && NS_SUCCEEDED(testFile->Exists(&exists)) 556 PRBool exists; local [all...] |
H A D | nsLocalFileOSX.cpp | 477 // exists. Place the nodes which don't exist in an array and we'll 658 PRBool exists; local 659 rv = parentDir->Exists(&exists); 662 if (!exists) { 978 /* boolean exists (); */ 1197 // If one exists and the other doesn't, not equal 1799 // If the leaf node exists, things are simple. 1805 // If the parent of the leaf exists, make an FSSpec from that. 2225 PRBool exists; local 2226 rv = newParentDir->Exists(&exists); [all...] |
H A D | nsLocalFileMac.cpp | 759 // The directory (or perhaps a file) exists. Find its dirID. 763 err = dupFNErr; // oops! a file exists with that name. 2978 // CFURLGetFSRef can only succeed if the entire path exists. 3106 PRBool exists; local 3107 if (NS_SUCCEEDED(Exists(&exists)) && exists)
|
/vbox/src/libs/xpcom18a4/nsprpub/config/ |
H A D | nsinstall.c | 190 int onlydir, dodir, dolink, dorelsymlink, dotimes, opt, len, lplen, tdlen, bnlen, exists, fromfd, tofd, cc, wc; local 285 exists = (lstat(toname, &tosb) == 0); 289 if (exists && !S_ISDIR(tosb.st_mode)) { 291 exists = 0; 293 if (!exists && mkdir(toname, mode) < 0) 327 if (exists && 332 exists = 0; 334 if (!exists && symlink(name, toname) < 0) 350 if (exists && (!S_ISREG(tosb.st_mode) || access(toname, W_OK) < 0))
|
/vbox/src/VBox/ValidationKit/testmanager/core/ |
H A D | schedgroup.py | 484 if self.exists(oData.sName): 485 raise TMExceptionBase('Scheduling group "%s" already exists.' % (oData.sName,)); 802 def exists(self, sName): member in class:SchedGroupLogic 803 """Checks if a group with the given name exists."""
|
/vbox/src/VBox/Main/src-server/ |
H A D | VFSExplorerImpl.cpp | 627 HRESULT VFSExplorer::exists(const std::vector<com::Utf8Str> &aNames, function in class:VFSExplorer
|
/vbox/src/VBox/HostServices/GuestProperties/testcase/ |
H A D | tstGuestPropSvc.cpp | 570 bool exists; member in struct:__anon16435 604 if (s_aGetProperties[i].exists && RT_FAILURE(rc2)) 611 if (!s_aGetProperties[i].exists && rc2 != VERR_NOT_FOUND) 618 if (s_aGetProperties[i].exists)
|
/vbox/src/libs/xpcom18a4/java/tools/genifaces/ |
H A D | GenerateJavaInterfaces.cpp | 353 PRBool exists; local 354 iface_file->Exists(&exists); 355 if (exists) 906 // see if given path exists
|
/vbox/src/libs/xpcom18a4/xpcom/build/ |
H A D | nsXPComInit.cpp | 243 // an autoregister. If the file ".autoreg" exists in the binary 269 PRBool exists; local 270 file->Exists(&exists); 271 if (!exists) 285 // Don't need to check whether compreg exists; if it doesn't
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsHashtable.cpp | 200 PRBool exists = PL_DHASH_ENTRY_IS_BUSY(entry); local 204 return exists;
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/ |
H A D | dt_parser.c | 1437 int exists = dtrace_lookup_by_name(dtp, local 1440 if (exists && (dtrace_symbol_type(dtp, &sym, &dts, &ott) != 0 || 1450 } else if (!exists && dt_module_extern(dtp, dmp, 3387 * be created if no matching variable exists in the namespace.
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |