Searched defs:exists (Results 1 - 17 of 17) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupStackViewport.cpp37 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 DUIPopupStack.cpp48 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 DTestDConnect.cpp113 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 DUIWizardExportApp.cpp104 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 DnsIFileTest.cpp114 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 DnsAppFileLocationProvider.cpp339 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 DnsLocalFileOSX.cpp477 // 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 DnsLocalFileMac.cpp759 // 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 Dnsinstall.c190 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 Dschedgroup.py484 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 DVFSExplorerImpl.cpp627 HRESULT VFSExplorer::exists(const std::vector<com::Utf8Str> &aNames, function in class:VFSExplorer
/vbox/src/VBox/HostServices/GuestProperties/testcase/
H A DtstGuestPropSvc.cpp570 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 DGenerateJavaInterfaces.cpp353 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 DnsXPComInit.cpp243 // 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 DnsHashtable.cpp200 PRBool exists = PL_DHASH_ENTRY_IS_BUSY(entry); local
204 return exists;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c1437 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 Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 91 milliseconds