Searched defs:SetLeafName (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp78 void nsFileSpec::SetLeafName(const char* inLeafName) function in class:nsFileSpec
82 } // nsFileSpec::SetLeafName
181 SetLeafName(resolvedPath);
226 SetLeafName(inRelativePath);
330 SetLeafName(inNewName);
501 mCurrent += "sysygy"; // prepare the path for SetLeafName
532 mCurrent.SetLeafName(entry->d_name);
H A DnsFileSpecOS2.cpp242 void nsFileSpec::SetLeafName(const char* inLeafName) function in class:nsFileSpec
245 NS_ASSERTION(inLeafName, "Attempt to SetLeafName with a null string");
247 } // nsFileSpec::SetLeafName
495 SetLeafName(dosPath);
665 SetLeafName(inNewName);
824 mCurrent.SetLeafName(entry->name);
H A DnsFileSpecUnix.cpp133 void nsFileSpec::SetLeafName(const char* inLeafName) function in class:nsFileSpec
137 } // nsFileSpec::SetLeafName
250 SetLeafName(resolvedPath);
296 SetLeafName(inRelativePath);
403 SetLeafName(inNewName);
595 mCurrent += "sysygy"; // prepare the path for SetLeafName
626 mCurrent.SetLeafName(entry->d_name);
H A DnsFileSpecWin.cpp210 void nsFileSpec::SetLeafName(const char* inLeafName) function in class:nsFileSpec
213 NS_ASSERTION(inLeafName, "Attempt to SetLeafName with a null string");
215 } // nsFileSpec::SetLeafName
435 SetLeafName(dosPath);
566 SetLeafName(inNewName);
750 mCurrent.SetLeafName(entry->name);
H A DnsFileSpecImpl.cpp284 NS_IMETHODIMP nsFileSpecImpl::SetLeafName(const char * aLeafName) function in class:nsFileSpecImpl
287 mFileSpec.SetLeafName(aLeafName);
H A DnsFileSpecMac.cpp739 void nsFileSpec::SetLeafName(const char* inLeafName) function in class:nsFileSpec
758 } // nsFileSpec::SetLeafName
1033 SetLeafName(inNewName);
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp262 NS_IMETHODIMP nsFileSpecImpl::SetLeafName(const char * aLeafName) function in class:nsFileSpecImpl
265 mFileSpec.SetLeafName(aLeafName);
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp1639 nsLocalFile::SetLeafName(const nsAString &aLeafName) function in class:nsLocalFile
H A DnsLocalFileUnix.cpp1673 nsLocalFile::SetLeafName(const nsAString &aLeafName) function in class:nsLocalFile
H A DnsLocalFileWin.cpp2293 nsLocalFile::SetLeafName(const nsAString &aLeafName) function in class:nsLocalFile
H A DnsLocalFileOSX.cpp552 NS_IMETHODIMP nsLocalFile::SetLeafName(const nsAString& aLeafName) function in class:nsLocalFile
H A DnsLocalFileMac.cpp1508 nsLocalFile::SetLeafName(const nsAString &aLeafName) function in class:nsLocalFile

Completed in 115 milliseconds