Searched refs:NS_NewNativeLocalFile (Results 1 - 19 of 19) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DSpecialSystemDirectory.cpp172 return NS_NewNativeLocalFile(nsDependentCString(path),
205 rv = NS_NewNativeLocalFile(nsDependentCString(pBuffer),
249 return NS_NewNativeLocalFile(nsDependentCString(path),
261 return NS_NewNativeLocalFile(nsDependentCString(buffer),
270 return NS_NewNativeLocalFile(nsDependentCString("/"),
281 return NS_NewNativeLocalFile(nsDependentCString(path),
296 return NS_NewNativeLocalFile(nsDependentCString(buffer),
323 return NS_NewNativeLocalFile(nsDependentCString(tPath),
417 return NS_NewNativeLocalFile(nsDependentCString(path),
434 return NS_NewNativeLocalFile(nsDependentCStrin
[all...]
H A DnsAppFileLocationProvider.cpp255 rv = NS_NewNativeLocalFile(nsDependentCString(pathVar), PR_TRUE, getter_AddRefs(localFile));
382 rv = NS_NewNativeLocalFile(nsDependentCString(PR_GetEnv("HOME")), PR_TRUE, getter_AddRefs(localDir));
393 rv = NS_NewNativeLocalFile(nsDependentCString(path), PR_TRUE, getter_AddRefs(localDir));
550 NS_NewNativeLocalFile(Substring(pathVar, mEndPath),
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 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 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 DnsLocalFileMac.cpp3497 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) function
3524 return NS_NewNativeLocalFile(fsCharSetStr, followLinks, result);
H A DnsFastLoadFile.cpp803 rv = NS_NewNativeLocalFile(filename, PR_TRUE, getter_AddRefs(file));
H A DnsLocalFileOSX.cpp2360 nsresult NS_NewNativeLocalFile(const nsACString& path, PRBool followLinks, nsILocalFile **result) function
/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,
H A Ddlldeps.cpp152 NS_NewNativeLocalFile(nsCString(), PR_FALSE, nsnull);
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileEnumerator.cpp75 NS_NewNativeLocalFile(nsDependentCString(pathStr), PR_FALSE, getter_AddRefs(topDir));
/vbox/src/libs/xpcom18a4/xpcom/tools/registry/
H A Dregxpcom.cpp104 rv = NS_NewNativeLocalFile(nsEmbedCString(fileLocation), PR_TRUE, getter_AddRefs(localFile));
161 rv = NS_NewNativeLocalFile(nsEmbedCString(gXPCOMLocation),
207 rv = NS_NewNativeLocalFile(nsEmbedCString(path),
/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp131 * We get down to [VBoxNsxp]NS_NewNativeLocalFile and that file isn't
170 rv = NS_NewNativeLocalFile(nsEmbedCString(fileLocation),
450 rc = NS_NewNativeLocalFile(nsEmbedCString(appDirCP),
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DregExport.cpp106 rv = NS_NewNativeLocalFile( nsDependentCString(argv[1]), PR_FALSE, getter_AddRefs(regFile) );
/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsGREDirServiceProvider.cpp565 rv = NS_NewNativeLocalFile(leaf, PR_TRUE, getter_AddRefs(tempLocal));
H A DnsXPCOMGlue.cpp245 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) function
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiWorkingSet.cpp420 nsresult rv = NS_NewNativeLocalFile(EmptyCString(), PR_FALSE, getter_AddRefs(descDir));
H A DxptiManifest.cpp79 nsresult rv = NS_NewNativeLocalFile(EmptyCString(), PR_FALSE, getter_AddRefs(descDir));
/vbox/src/libs/xpcom18a4/java/tools/genifaces/
H A DGenerateJavaInterfaces.cpp907 rv = NS_NewNativeLocalFile(nsDependentCString(argv[++i]), PR_TRUE,

Completed in 102 milliseconds