Searched refs:MoveToNative (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp735 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 DnsLocalFileWin.cpp1253 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 DnsLocalFileUnix.cpp862 nsLocalFile::MoveToNative(nsIFile *newParent, const nsACString &newName) function in class:nsLocalFile
1695 SET_UCS_2ARGS_2(MoveToNative, newParentDir, newName);
H A DnsLocalFileMac.cpp1737 nsLocalFile::MoveToNative(nsIFile *newParentDir, const nsACString &newName) function in class:nsLocalFile
1746 return MoveToNative(newParentDir, nsCString());
1751 rv = MoveToNative(newParentDir, fsStr);
H A DnsLocalFileOSX.cpp626 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 DnsIFileTest.cpp336 rv = file->MoveToNative(dir, NS_LITERAL_CSTRING("newtemp"));
340 printf("MoveToNative() test Failed.\n");
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp277 if(NS_FAILED(tempFile->MoveToNative(parent, originalLeafName)))
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp1499 rv = localFile->MoveToNative(parent, originalLeafName);

Completed in 222 milliseconds