/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsFileSpecImpl.h | 97 NS_IMETHOD Exists(PRBool *_retval);
|
H A D | nsFileSpecImpl.cpp | 334 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/obsolete/ |
H A D | nsFileSpecImpl.h | 97 NS_IMETHOD Exists(PRBool *_retval);
|
H A D | nsIFileSpec.idl | 200 inline PRBool Exists(nsIFileSpec* f) NS_BOOL_ACCESSOR(Exists) 201 inline PRBool Exists(nsIDirectoryIterator* f) NS_BOOL_ACCESSOR(Exists)
|
H A D | nsFileSpecBeOS.cpp | 92 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 D | nsFileSpecOS2.cpp | 257 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 D | nsFileSpecWin.cpp | 225 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 D | nsFileSpecUnix.cpp | 157 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 D | nsFileSpecImpl.cpp | 356 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 D | nsFileSpec.h | 95 // 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 D | nsFileSpecMac.cpp | 709 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()))
|
H A D | nsFileSpec.cpp | 490 if (!spec.Exists() && *currentStart != kSeparator) 912 if (!Exists()) 930 for (short indx = 1; indx < 1000 && Exists(); indx++)
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 115 file->Exists(&exists); 150 file->Exists(&exists); 161 rv = file->Exists(&exists); 199 file->Exists(&exists); 210 rv = file->Exists(&exists); 285 file->Exists(&exists); 295 rv = file->Exists(&exists);
|
/vbox/src/libs/xpcom18a4/xpcom/ds/ |
H A D | nsProperties.cpp | 128 if (!Exists(&key)) 140 *result = nsHashtable::Exists(&key);
|
H A D | nsHashtable.h | 146 PRBool Exists(nsHashKey *aKey); 211 PRBool Exists(nsHashKey *aKey) { function in class:nsSupportsHashtable 212 return nsHashtable::Exists (aKey);
|
/vbox/src/libs/xpcom18a4/ipc/ipcd/extensions/dconnect/test/ |
H A D | TestDConnect.cpp | 114 rv = file->Exists(&exists); 117 printf("*** Exists test failed [rv=%x]\n", rv); 151 rv = clone->Exists(&exists); 154 printf("*** Exists test failed [rv=%x]\n", rv);
|
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/NvVarsFileLib/ |
H A D | FsAccess.c | 92 @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/threads/ |
H A D | nsEnvironment.cpp | 88 nsEnvironment::Exists(const nsAString& aName, PRBool *aOutValue) function in class:nsEnvironment
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsAppFileLocationProvider.cpp | 373 rv = localDir->Exists(&exists); 401 rv = localDir->Exists(&exists); 436 rv = localDir->Exists(&exists); 477 if (testFile && NS_SUCCEEDED(testFile->Exists(&exists)) && exists) 558 NS_SUCCEEDED(localFile->Exists(&exists)) &&
|
H A D | nsLocalFileUnix.cpp | 587 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 D | nsLocalFileOS2.cpp | 198 rv = file->Exists(&exists); 656 newParentDir->Exists(&exists); 1128 nsLocalFile::Exists(PRBool *_retval) function in class:nsLocalFile
|
H A D | nsLocalFileWin.cpp | 369 rv = file->Exists(&exists); 1105 newParentDir->Exists(&exists); 1199 target->Exists(&exists); 1782 nsLocalFile::Exists(PRBool *_retval) function in class:nsLocalFile
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiManifest.cpp | 267 if(NS_FAILED(mainFile->Exists(&exists))) 702 if(NS_FAILED(aFile->Exists(&exists)))
|
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/ |
H A D | UIWizardExportApp.cpp | 104 QVector<QString> exists = explorer.Exists(files);
|
/vbox/src/libs/xpcom18a4/java/tools/genifaces/ |
H A D | GenerateJavaInterfaces.cpp | 354 iface_file->Exists(&exists); 910 if (NS_FAILED(rv) || NS_FAILED(output_dir->Exists(&val)) || !val ||
|