Searched defs:CopyToNative (Results 1 - 5 of 5) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp739 rv = file->CopyToNative(target, nsCString());
788 nsLocalFile::CopyToNative(nsIFile *newParentDir, const nsACString &newName) function in class:nsLocalFile
1663 return CopyToNative(newParentDir, nsCString());
1669 return CopyToNative(newParentDir, tmp);
H A DnsLocalFileUnix.cpp637 return CopyToNative(newParent, EmptyCString());
687 if (NS_FAILED(rv = entry->CopyToNative(newDir, EmptyCString()))) {
701 if (NS_FAILED(rv = entry->CopyToNative(newParent, EmptyCString()))) {
719 nsLocalFile::CopyToNative(nsIFile *newParent, const nsACString &newName) function in class:nsLocalFile
858 return CopyToNative(newParent, newName);
882 rv = CopyToNative(newParent, newName);
1685 SET_UCS_2ARGS_2(CopyToNative , newParentDir, newName);
H A DnsLocalFileWin.cpp1261 rv = file->CopyToNative(target, nsCString());
1310 nsLocalFile::CopyToNative(nsIFile *newParentDir, const nsACString &newName) function in class:nsLocalFile
2313 return CopyToNative(newParentDir, nsCString());
2318 return CopyToNative(newParentDir, tmp);
H A DnsLocalFileOSX.cpp605 /* [noscrpit] void CopyToNative (in nsIFile newParentDir, in ACString newName); */
606 NS_IMETHODIMP nsLocalFile::CopyToNative(nsIFile *newParentDir, const nsACString& newName) function in class:nsLocalFile
688 rv = CopyToNative(parentDir, newName);
H A DnsLocalFileMac.cpp1689 rv = CopyToNative( newParentDir, newName );
1699 nsLocalFile::CopyToNative(nsIFile *newParentDir, const nsACString &newName) function in class:nsLocalFile
1708 return CopyToNative(newParentDir, nsCString());
1713 rv = CopyToNative(newParentDir, fsStr);

Completed in 79 milliseconds