Searched defs:NS_NewNativeLocalFile (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/build/
H A DnsXPCOM.h47 #define NS_NewNativeLocalFile VBoxNsxpNS_NewNativeLocalFile macro
77 * @note Use <CODE>NS_NewLocalFile</CODE> or <CODE>NS_NewNativeLocalFile</CODE>
187 * |NS_NewNativeLocalFile|'s path must be in the
206 NS_NewNativeLocalFile(const nsACString &path,
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp245 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) function
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp1118 nsresult rv = NS_NewNativeLocalFile(parentPath, PR_TRUE, getter_AddRefs(localFile));
1470 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) function
1725 return NS_NewNativeLocalFile(buf, followLinks, result);
H A DnsLocalFileUnix.cpp1209 nsresult rv = NS_NewNativeLocalFile(nsDependentCString(buffer), PR_TRUE,
1458 rv = NS_NewNativeLocalFile(nsDependentCString(target), PR_TRUE,
1603 NS_NewNativeLocalFile(const nsACString &path, PRBool followSymlinks, nsILocalFile **result) function
1709 return NS_NewNativeLocalFile(buf, followLinks, result);
H A DnsLocalFileWin.cpp1772 nsresult rv = NS_NewNativeLocalFile(parentPath, mFollowSymlinks, getter_AddRefs(localFile));
2224 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) function
2371 return NS_NewNativeLocalFile(buf, followLinks, result);
2434 NS_NewNativeLocalFile(nsDependentCString(drive), PR_FALSE, &file);
H A DnsLocalFileOSX.cpp2360 nsresult NS_NewNativeLocalFile(const nsACString& path, PRBool followLinks, nsILocalFile **result) function
H A DnsLocalFileMac.cpp3497 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) function
3524 return NS_NewNativeLocalFile(fsCharSetStr, followLinks, result);

Completed in 74 milliseconds