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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsILocalFileMac.idl65 * @param aCFURL the CoreFoundation URL
68 [noscript] void initWithCFURL(in CFURLRef aCFURL);
H A DnsLocalFileMac.cpp2971 NS_IMETHODIMP nsLocalFile::InitWithCFURL(CFURLRef aCFURL) argument
2976 NS_ENSURE_ARG(aCFURL);
2980 if (::CFURLGetFSRef(aCFURL, &fsRef) == PR_TRUE)
2984 CFURLRef parentURL = ::CFURLCreateCopyDeletingLastPathComponent(NULL, aCFURL);
2996 CFStringRef fileNameRef = ::CFURLCopyLastPathComponent(aCFURL);
H A DnsLocalFileOSX.cpp1695 /* void initWithCFURL (in CFURLRef aCFURL); */
1696 NS_IMETHODIMP nsLocalFile::InitWithCFURL(CFURLRef aCFURL) argument
1698 NS_ENSURE_ARG(aCFURL);
1700 SetBaseRef(aCFURL);

Completed in 962 milliseconds