Searched refs:MoveToNative (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | nsLocalFileOS2.cpp | 735 rv = file->MoveToNative(target, nsCString()); 800 nsLocalFile::MoveToNative(nsIFile *newParentDir, const nsACString &newName) function in class:nsLocalFile 1693 return MoveToNative(newParentDir, nsCString()); 1699 return MoveToNative(newParentDir, tmp);
|
H A D | nsLocalFileWin.cpp | 1253 rv = file->MoveToNative(target, nsCString()); 1322 nsLocalFile::MoveToNative(nsIFile *newParentDir, const nsACString &newName) function in class:nsLocalFile 2341 return MoveToNative(newParentDir, nsCString()); 2346 return MoveToNative(newParentDir, tmp);
|
H A D | nsLocalFileUnix.cpp | 862 nsLocalFile::MoveToNative(nsIFile *newParent, const nsACString &newName) function in class:nsLocalFile 1695 SET_UCS_2ARGS_2(MoveToNative, newParentDir, newName);
|
H A D | nsLocalFileMac.cpp | 1737 nsLocalFile::MoveToNative(nsIFile *newParentDir, const nsACString &newName) function in class:nsLocalFile 1746 return MoveToNative(newParentDir, nsCString()); 1751 rv = MoveToNative(newParentDir, fsStr);
|
H A D | nsLocalFileOSX.cpp | 626 return MoveToNative(newParentDir, NS_ConvertUTF16toUTF8(newName)); 630 NS_IMETHODIMP nsLocalFile::MoveToNative(nsIFile *newParentDir, const nsACString& newName) function in class:nsLocalFile
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 336 rv = file->MoveToNative(dir, NS_LITERAL_CSTRING("newtemp")); 340 printf("MoveToNative() test Failed.\n");
|
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/ |
H A D | xptiManifest.cpp | 277 if(NS_FAILED(tempFile->MoveToNative(parent, originalLeafName)))
|
/vbox/src/libs/xpcom18a4/xpcom/components/ |
H A D | nsComponentManager.cpp | 1499 rv = localFile->MoveToNative(parent, originalLeafName);
|
Completed in 222 milliseconds