Searched defs:newName (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.c456 CopyFilterProcPtr copyFilterProc, ConstStr255Param newName );
566 CopyFilterProcPtr copyFilterProc, ConstStr255Param newName)
660 if newName is not empty use it rather than the original dir name.
662 if ( newName[0] == 0 )
672 memcpy(srcDirName, newName, 32 );
774 ConstStr255Param newName,
783 copyErrHandler, NULL, newName) );
556 FilteredDirectoryCopy(short srcVRefNum, long srcDirID, ConstStr255Param srcName, short dstVRefNum, long dstDirID, ConstStr255Param dstName, void *copyBufferPtr, long copyBufferSize, Boolean preflight, CopyErrProcPtr copyErrHandler, CopyFilterProcPtr copyFilterProc, ConstStr255Param newName) argument
772 MacFSpDirectoryCopyRename(const FSSpec *srcSpec, const FSSpec *dstSpec, ConstStr255Param newName, void *copyBufferPtr, long copyBufferSize, Boolean preflight, CopyErrProcPtr copyErrHandler) argument
H A DnsLocalFileOS2.cpp544 nsLocalFile::CopySingleFile(nsIFile *sourceFile, nsIFile *destParent, const nsACString &newName, PRBool move) argument
554 if (newName.IsEmpty())
562 destPath.Append(newName);
631 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool move) argument
643 if (newName.IsEmpty())
680 rv = CopySingleFile(this, newParentDir, newName, move);
694 if (newName.IsEmpty())
700 allocatedNewName = newName;
769 if (newName.IsEmpty())
780 AppendNative(newName);
788 CopyToNative(nsIFile *newParentDir, const nsACString &newName) argument
794 CopyToFollowingLinksNative(nsIFile *newParentDir, const nsACString &newName) argument
800 MoveToNative(nsIFile *newParentDir, const nsACString &newName) argument
1660 CopyTo(nsIFile *newParentDir, const nsAString &newName) argument
1675 CopyToFollowingLinks(nsIFile *newParentDir, const nsAString &newName) argument
1690 MoveTo(nsIFile *newParentDir, const nsAString &newName) argument
[all...]
H A DnsLocalFileUnix.cpp574 const nsACString &newName,
606 if (!newName.IsEmpty()) {
607 newName.BeginReading(nameBegin);
608 newName.EndReading(nameEnd);
719 nsLocalFile::CopyToNative(nsIFile *newParent, const nsACString &newName) argument
742 if (!newName.IsEmpty()) {
743 if (NS_FAILED(rv = workParent->AppendNative(newName)))
754 rv = GetNativeTargetPathName(workParent, newName, newPathName);
856 nsLocalFile::CopyToFollowingLinksNative(nsIFile *newParent, const nsACString &newName) argument
858 return CopyToNative(newParent, newName);
573 GetNativeTargetPathName(nsIFile *newParent, const nsACString &newName, nsACString &_retval) argument
862 MoveToNative(nsIFile *newParent, const nsACString &newName) argument
1683 CopyTo(nsIFile *newParentDir, const nsAString &newName) argument
1688 CopyToFollowingLinks(nsIFile *newParentDir, const nsAString &newName) argument
1693 MoveTo(nsIFile *newParentDir, const nsAString &newName) argument
[all...]
H A DnsLocalFileWin.cpp971 nsLocalFile::CopySingleFile(nsIFile *sourceFile, nsIFile *destParent, const nsACString &newName, argument
986 if (newName.IsEmpty())
994 destPath.Append(newName);
1077 nsLocalFile::CopyMove(nsIFile *aParentDir, const nsACString &newName, PRBool followSymlinks, PRBool move) argument
1092 if (newName.IsEmpty())
1136 return CopyMove(realDest, newName, followSymlinks, move);
1155 rv = CopySingleFile(this, newParentDir, newName, followSymlinks, move);
1169 if (newName.IsEmpty())
1189 allocatedNewName = newName;
1291 if (newName
1310 CopyToNative(nsIFile *newParentDir, const nsACString &newName) argument
1316 CopyToFollowingLinksNative(nsIFile *newParentDir, const nsACString &newName) argument
1322 MoveToNative(nsIFile *newParentDir, const nsACString &newName) argument
2310 CopyTo(nsIFile *newParentDir, const nsAString &newName) argument
2324 CopyToFollowingLinks(nsIFile *newParentDir, const nsAString &newName) argument
2338 MoveTo(nsIFile *newParentDir, const nsAString &newName) argument
[all...]
H A DnsLocalFileOSX.cpp599 /* void copyTo (in nsIFile newParentDir, in AString newName); */
600 NS_IMETHODIMP nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString& newName) argument
602 return CopyInternal(newParentDir, newName, PR_FALSE);
605 /* [noscrpit] void CopyToNative (in nsIFile newParentDir, in ACString newName); */
606 NS_IMETHODIMP nsLocalFile::CopyToNative(nsIFile *newParentDir, const nsACString& newName) argument
608 return CopyInternal(newParentDir, NS_ConvertUTF8toUTF16(newName), PR_FALSE);
611 /* void copyToFollowingLinks (in nsIFile newParentDir, in AString newName); */
612 NS_IMETHODIMP nsLocalFile::CopyToFollowingLinks(nsIFile *newParentDir, const nsAString& newName) argument
614 return CopyInternal(newParentDir, newName, PR_TRUE);
617 /* [noscript] void copyToFollowingLinksNative (in nsIFile newParentDir, in ACString newName); */
618 CopyToFollowingLinksNative(nsIFile *newParentDir, const nsACString& newName) argument
624 MoveTo(nsIFile *newParentDir, const nsAString& newName) argument
630 MoveToNative(nsIFile *newParentDir, const nsACString& newName) argument
2197 CopyInternal(nsIFile* aParentDir, const nsAString& newName, PRBool followLinks) argument
[all...]
H A DnsLocalFileMac.cpp1618 nsresult nsLocalFile::MoveCopy( nsIFile* newParentDir, const nsACString &newName, PRBool isCopy, PRBool followLinks ) argument
1633 myPLstrncpy( newPascalName, PromiseFlatCString(newName).get(), 255 );
1651 if ( !newName.IsEmpty() )
1652 myPLstrncpy( newPascalName, PromiseFlatCString(newName).get(), 255);
1689 rv = CopyToNative( newParentDir, newName );
1699 nsLocalFile::CopyToNative(nsIFile *newParentDir, const nsACString &newName) argument
1701 return MoveCopy( newParentDir, newName, PR_TRUE, PR_FALSE );
1705 nsLocalFile::CopyTo(nsIFile *newParentDir, const nsAString &newName) argument
1707 if (newName.IsEmpty())
1712 if (NS_SUCCEEDED(rv = NS_CopyUnicodeToNative(newName, fsSt
1718 CopyToFollowingLinksNative(nsIFile *newParentDir, const nsACString &newName) argument
1724 CopyToFollowingLinks(nsIFile *newParentDir, const nsAString &newName) argument
1737 MoveToNative(nsIFile *newParentDir, const nsACString &newName) argument
1743 MoveTo(nsIFile *newParentDir, const nsAString &newName) argument
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsNetwork.cpp70 QString newName() const { return m_data.m_strNewName; } function in class:UIItemNetworkNAT
193 const QString newName = m_data.m_strNewName.isEmpty() ? UIGlobalSettingsNetwork::tr("[empty]") : m_data.m_strNewName; local
194 setText(1, UIGlobalSettingsNetwork::tr("%1 (renamed from %2)").arg(newName, oldName));
594 const QString strItemName(pItem->newName());
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestStrings.cpp272 const char *newName = "user"; local
276 newVal.AssignWithConversion(newName);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpec.cpp933 char newName[nsFileSpecHelpers::kMaxFilenameLength + 1]; local
934 sprintf(newName, "%s-%d%s", leafName, indx, suffix);
935 SetLeafName(newName);
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml.c1159 PyObject *newName; local
1173 newName = PyString_FromString((char *) node->name);
1174 PyList_SetItem(nameList, count, newName);
1175 Py_DECREF(newName);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6917 Utf8Str oldName, newName; local
6925 newName = Utf8StrFmt("%s.%d", files[j]->c_str(), i + 1);
6929 if ( RTFileRename(oldName.c_str(), newName.c_str(), RTFILEMOVE_FLAGS_REPLACE)
6931 RTFileDelete(newName.c_str());
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp9621 Utf8Str newName = mUserData->s.strName; local
9638 newGroup.c_str(), RTPATH_DELIMITER, newName.c_str());
9655 * above and because name != newName */
9694 newConfigDir.c_str(), RTPATH_DELIMITER, newName.c_str());

Completed in 233 milliseconds