Searched defs:Truncate (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/
H A DUefiFileHandleLib.c932 @param[in] Truncate if TRUE then allows for truncation of the line to fit.
951 IN BOOLEAN Truncate,
1015 if (!Truncate) {
947 FileHandleReadLine( IN EFI_FILE_HANDLE Handle, IN OUT CHAR16 *Buffer, IN OUT UINTN *Size, IN BOOLEAN Truncate, IN OUT BOOLEAN *Ascii ) argument
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsTAString.h332 * latter capacity, and should prefer |Truncate| for the former.
344 * Can't use |Truncate| to make a string longer!
346 void Truncate( size_type aNewLength=0 ) function in class:nsTAString_CharT
348 NS_ASSERTION(aNewLength <= Length(), "Truncate cannot make string longer");
H A DnsTSubstring.h381 void Truncate( size_type newLength = 0 ) function in class:nsTSubstring_CharT
383 NS_ASSERTION(newLength <= mLength, "Truncate cannot make string longer");
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecBeOS.cpp305 nsresult nsFileSpec::Truncate(PRInt32 offset) const function in class:nsFileSpec
318 } // nsFileSpec::Truncate
H A DnsFileSpecOS2.cpp586 nsFileSpec::Truncate(PRInt32 aNewFileLength) const function in class:nsFileSpec
633 // Truncate file at current cursor position
651 } // nsFileSpec::Truncate
H A DnsFileSpecUnix.cpp376 nsresult nsFileSpec::Truncate(PRInt32 offset) const function in class:nsFileSpec
389 } // nsFileSpec::Truncate
H A DnsFileSpecWin.cpp516 nsFileSpec::Truncate(PRInt32 aNewFileLength) const function in class:nsFileSpec
539 // Truncate file at current cursor position
552 } // nsFileSpec::Truncate
H A DnsFileSpecImpl.cpp444 NS_IMETHODIMP nsFileSpecImpl::Truncate(PRInt32 aNewLength) function in class:nsFileSpecImpl
447 return mFileSpec.Truncate(aNewLength);
H A DnsFileSpecMac.cpp994 nsresult nsFileSpec::Truncate(PRInt32 aNewLength) const function in class:nsFileSpec
1018 } // nsFileSpec::Truncate
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp422 NS_IMETHODIMP nsFileSpecImpl::Truncate(PRInt32 aNewLength) function in class:nsFileSpecImpl
425 return mFileSpec.Truncate(aNewLength);
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellLib/
H A DUefiShellLib.c3904 @param[in] Truncate If the buffer is large enough, this has no effect.
3905 If the buffer is is too small and Truncate is TRUE,
3907 If the buffer is is too small and Truncate is FALSE,
3926 IN BOOLEAN Truncate,
3990 if (!Truncate) {
3922 ShellFileHandleReadLine( IN SHELL_FILE_HANDLE Handle, IN OUT CHAR16 *Buffer, IN OUT UINTN *Size, IN BOOLEAN Truncate, IN OUT BOOLEAN *Ascii ) argument

Completed in 385 milliseconds