Searched defs:followLinks (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/glue/standalone/
H A DnsXPCOMGlue.cpp237 NS_NewLocalFile(const nsAString &path, PRBool followLinks, nsILocalFile* *result) argument
241 return xpcomFunctions.newLocalFile(path, followLinks, result);
245 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) argument
249 return xpcomFunctions.newNativeLocalFile(path, followLinks, result);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp1370 /* attribute PRBool followLinks; */
1470 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) argument
1717 NS_NewLocalFile(const nsAString &path, PRBool followLinks, nsILocalFile* *result) argument
1725 return NS_NewNativeLocalFile(buf, followLinks, result);
H A DnsLocalFileUnix.cpp1501 /* attribute PRBool followLinks; */
1703 NS_NewLocalFile(const nsAString &path, PRBool followLinks, nsILocalFile* *result) argument
1709 return NS_NewNativeLocalFile(buf, followLinks, result);
H A DnsLocalFileWin.cpp1361 // behave this way. we do this even if the followLinks attribute
2071 /* attribute PRBool followLinks; */
2224 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) argument
2231 file->SetFollowLinks(followLinks);
2363 NS_NewLocalFile(const nsAString &path, PRBool followLinks, nsILocalFile* *result) argument
2371 return NS_NewNativeLocalFile(buf, followLinks, result);
H A DnsLocalFileOSX.cpp635 StFollowLinksState followLinks(*this, PR_FALSE);
720 StFollowLinksState followLinks(*this, PR_FALSE);
934 StFollowLinksState followLinks(*this, PR_FALSE);
1405 /* attribute PRBool followLinks; */
2199 PRBool followLinks)
2204 StFollowLinksState srcFollowState(*this, followLinks);
2340 nsresult NS_NewLocalFile(const nsAString& path, PRBool followLinks, nsILocalFile* *result) argument
2347 file->SetFollowLinks(followLinks);
2360 nsresult NS_NewNativeLocalFile(const nsACString& path, PRBool followLinks, nsILocalFile **result) argument
2362 return NS_NewLocalFile(NS_ConvertUTF8toUTF16(path), followLinks, resul
2197 CopyInternal(nsIFile* aParentDir, const nsAString& newName, PRBool followLinks) argument
2365 NS_NewLocalFileWithFSSpec(const FSSpec* inSpec, PRBool followLinks, nsILocalFileMac **result) argument
[all...]
H A DnsLocalFileMac.cpp1022 /* attribute PRBool followLinks; */
1618 nsresult nsLocalFile::MoveCopy( nsIFile* newParentDir, const nsACString &newName, PRBool isCopy, PRBool followLinks )
1625 StFollowLinksState srcFollowState(this, followLinks);
1639 StFollowLinksState destFollowState(destDir, followLinks);
2732 rv = GetFSSpec(&specToReveal); // Pay attention to followLinks
3497 NS_NewNativeLocalFile(const nsACString &path, PRBool followLinks, nsILocalFile* *result) argument
3504 file->SetFollowLinks(followLinks);
3518 NS_NewLocalFile(const nsAString &path, PRBool followLinks, nsILocalFile* *result) argument
3524 return NS_NewNativeLocalFile(fsCharSetStr, followLinks, result);
3528 NS_NewLocalFileWithFSSpec(const FSSpec* inSpec, PRBool followLinks, nsILocalFileMa argument
[all...]

Completed in 75 milliseconds