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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp631 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool move) function in class:nsLocalFile
790 return CopyMove(newParentDir, newName, PR_FALSE);
796 return CopyMove(newParentDir, newName, PR_FALSE);
802 return CopyMove(newParentDir, newName, PR_TRUE);
H A DnsLocalFileWin.cpp1077 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool followSymlinks, PRBool move) function in class:nsLocalFile
1136 return CopyMove(realDest, newName, followSymlinks, move);
1312 return CopyMove(newParentDir, newName, PR_FALSE, PR_FALSE);
1318 return CopyMove(newParentDir, newName, PR_TRUE, PR_FALSE);
1324 return CopyMove(newParentDir, newName, PR_FALSE, PR_TRUE);

Completed in 266 milliseconds