Searched refs:CopyToNative (Results 1 - 6 of 6) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsIFile.idl | 141 * |CopyToNative| method, the newName must be in the 150 [noscript] void CopyToNative(in nsIFile newParentDir, in ACString newName);
|
H A D | nsLocalFileUnix.cpp | 637 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 D | nsLocalFileOS2.cpp | 739 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 D | nsLocalFileWin.cpp | 1261 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 D | nsLocalFileMac.cpp | 1689 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);
|
H A D | nsLocalFileOSX.cpp | 605 /* [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);
|
Completed in 1829 milliseconds