Searched refs:aFSRef (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsILocalFileMac.idl77 * @param aFSRef the native file spec
80 [noscript] void initWithFSRef([const] in FSRefPtr aFSRef);
260 NS_EXPORT nsresult NS_NewLocalFileWithFSRef(const FSRef* aFSRef, PRBool aFollowSymlinks, nsILocalFileMac** result);
H A DnsLocalFileOSX.cpp1704 /* void initWithFSRef ([const] in FSRefPtr aFSRef); */
1705 NS_IMETHODIMP nsLocalFile::InitWithFSRef(const FSRef *aFSRef) argument
1707 NS_ENSURE_ARG(aFSRef);
1710 CFURLRef newURLRef = ::CFURLCreateFromFSRef(kCFAllocatorDefault, aFSRef);
2163 nsresult nsLocalFile::GetFSRefInternal(FSRef& aFSRef, PRBool bForceUpdateCache) argument
2173 aFSRef = mCachedFSRef;
2383 nsresult NS_NewLocalFileWithFSRef(const FSRef* aFSRef, PRBool aFollowLinks, nsILocalFileMac** result) argument
2392 nsresult rv = file->InitWithFSRef(aFSRef);
H A DnsLocalFileMac.cpp3027 NS_IMETHODIMP nsLocalFile::InitWithFSRef(const FSRef * aFSRef) argument
3032 NS_ENSURE_ARG(aFSRef);
3035 OSErr err = ::FSGetCatalogInfo(aFSRef, kFSCatInfoNone, nsnull,

Completed in 80 milliseconds