Searched defs:followSymlinks (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileUnix.cpp1603 NS_NewNativeLocalFile(const nsACString &path, PRBool followSymlinks, nsILocalFile **result) argument
H A DnsLocalFileWin.cpp972 PRBool followSymlinks, PRBool move)
998 if (followSymlinks)
1077 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool followSymlinks, PRBool move) argument
1083 // hence we can use the |followSymlinks| parameter.
1118 if (followSymlinks)
1136 return CopyMove(realDest, newName, followSymlinks, move);
1153 if (!isDir || (isSymlink && !followSymlinks))
1155 rv = CopySingleFile(this, newParentDir, newName, followSymlinks, move);
1250 if (followSymlinks)
1258 if (followSymlinks)
971 CopySingleFile(nsIFile *sourceFile, nsIFile *destParent, const nsACString &newName, PRBool followSymlinks, PRBool move) argument
[all...]

Completed in 317 milliseconds