Searched defs:Exists (Results 1 - 24 of 24) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/threads/
H A DnsEnvironment.cpp88 nsEnvironment::Exists(const nsAString& aName, PRBool *aOutValue) function in class:nsEnvironment
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/
H A DFsAccess.c92 @param[out] Exists - Returns whether the file exists
100 OUT BOOLEAN *Exists,
106 *Exists = FALSE;
119 *Exists = TRUE;
130 @param[out] Exists - Returns whether the file exists
98 NvVarsFileReadCheckup( IN EFI_FILE_HANDLE File, OUT BOOLEAN *Exists, OUT UINTN *Size ) argument
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsHashtable.h146 PRBool Exists(nsHashKey *aKey);
211 PRBool Exists(nsHashKey *aKey) { function in class:nsSupportsHashtable
212 return nsHashtable::Exists (aKey);
H A DnsHashtable.cpp190 PRBool nsHashtable::Exists(nsHashKey *aKey) function in class:nsHashtable
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp92 PRBool nsFileSpec::Exists() const function in class:nsFileSpec
97 } // nsFileSpec::Exists
241 // To check if this worked, call Exists() afterwards, see?
248 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
266 if (!(newDir.Exists()))
271 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
295 if (!(newDir.Exists()))
H A DnsFileSpecOS2.cpp257 PRBool nsFileSpec::Exists() const function in class:nsFileSpec
262 } // nsFileSpec::Exists
395 if (Exists())
520 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
546 if (!(newDir.Exists()))
551 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
575 if (!(newDir.Exists()))
H A DnsFileSpec.h95 // SetLeafName(), Exists().
467 PRBool IsDirectory() const; // More stringent than Exists()
468 PRBool IsFile() const; // More stringent than Exists()
469 PRBool Exists() const;
684 // for (nsDirectoryIterator i(parentDir, PR_FALSE); i.Exists(); i++)
691 // for (nsDirectoryIterator i(parentDir, PR_TRUE); i.Exists(); i--)
705 PRBool Exists() const { return mExists; } function in class:nsDirectoryIterator
H A DnsFileSpecUnix.cpp157 PRBool nsFileSpec::Exists() const function in class:nsFileSpec
162 } // nsFileSpec::Exists
311 // To check if this worked, call Exists() afterwards, see?
318 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
336 if (!(newDir.Exists()))
341 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
365 if (!(newDir.Exists()))
H A DnsFileSpecWin.cpp225 PRBool nsFileSpec::Exists() const function in class:nsFileSpec
230 } // nsFileSpec::Exists
336 if (Exists())
455 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
476 if (!(newDir.Exists()))
481 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
505 if (!(newDir.Exists()))
H A DnsFileSpecImpl.cpp356 NS_IMETHODIMP nsFileSpecImpl::Exists(PRBool *_retval) function in class:nsFileSpecImpl
360 *_retval = mFileSpec.Exists();
771 NS_IMETHODIMP nsDirectoryIteratorImpl::Exists(PRBool *_retval) function in class:nsDirectoryIteratorImpl
777 *_retval = mDirectoryIterator->Exists();
H A DnsFileSpecMac.cpp709 PRBool nsFileSpec::Exists() const function in class:nsFileSpec
715 } // nsFileSpec::Exists()
955 if (!(newDir.Exists()))
960 for (nsDirectoryIterator i(*this, PR_FALSE); i.Exists(); i++)
984 if (!(newDir.Exists()))
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp334 NS_IMETHODIMP nsFileSpecImpl::Exists(PRBool *_retval) function in class:nsFileSpecImpl
338 *_retval = mFileSpec.Exists();
749 NS_IMETHODIMP nsDirectoryIteratorImpl::Exists(PRBool *_retval) function in class:nsDirectoryIteratorImpl
755 *_retval = mDirectoryIterator->Exists();
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp198 rv = file->Exists(&exists);
656 newParentDir->Exists(&exists);
1128 nsLocalFile::Exists(PRBool *_retval) function in class:nsLocalFile
H A DnsLocalFileUnix.cpp587 if (NS_FAILED(rv = newParent->Exists(&targetExists)))
629 * Exists, isDir, etc.
646 if (NS_FAILED(rv = newParent->Exists(&dirCheck)))
660 if (NS_FAILED(rv = newParent->Exists(&dirCheck)))
1221 * The results of Exists, isWritable and isReadable are not cached.
1225 nsLocalFile::Exists(PRBool *_retval) function in class:nsLocalFile
H A DnsLocalFileWin.cpp369 rv = file->Exists(&exists);
1105 newParentDir->Exists(&exists);
1199 target->Exists(&exists);
1782 nsLocalFile::Exists(PRBool *_retval) function in class:nsLocalFile
H A DnsLocalFileOSX.cpp659 rv = parentDir->Exists(&exists);
979 NS_IMETHODIMP nsLocalFile::Exists(PRBool *_retval) function in class:nsLocalFile
2226 rv = newParentDir->Exists(&exists);
H A DnsLocalFileMac.cpp2083 nsLocalFile::Exists(PRBool *_retval) function in class:nsLocalFile
3107 if (NS_SUCCEEDED(Exists(&exists)) && exists)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h2318 nsresult (*Exists)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v3_1.h2224 nsresult (*Exists)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v3_2.h2270 nsresult (*Exists)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_0.h2419 nsresult (*Exists)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_1.h2619 nsresult (*Exists)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_2.h2868 nsresult (*Exists)( member in struct:IVFSExplorer_vtbl
H A DVBoxCAPI_v4_3.h4349 nsresult (*Exists)( member in struct:IVFSExplorer_vtbl
4403 nsresult (*Exists)( member in struct:IVFSExplorerVtbl
4430 #define IVFSExplorer_Exists(p, aNames, aExists) ((p)->lpVtbl->Exists(p, aNames, aExists))

Completed in 1379 milliseconds