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

/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileEnumerator.cpp49 nsCOMPtr<nsILocalFile> lfile = do_QueryInterface(file); local
50 LoopInDir(lfile);
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp116 nsILocalFile* lfile = nsnull; local
117 nsresult rv = GRE_GetGREDirectory(&lfile);
118 *_retval = lfile;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsAppFileLocationProvider.cpp318 nsCOMPtr<nsILocalFile> lfile = do_QueryInterface (aFile);
319 if (!lfile)
322 NS_IF_ADDREF(*aLocalFile = lfile);

Completed in 1897 milliseconds