Searched defs:Truncate (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiFileHandleLib/ |
H A D | UefiFileHandleLib.c | 932 @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 D | nsTAString.h | 332 * 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 D | nsTSubstring.h | 381 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 D | nsFileSpecBeOS.cpp | 305 nsresult nsFileSpec::Truncate(PRInt32 offset) const function in class:nsFileSpec 318 } // nsFileSpec::Truncate
|
H A D | nsFileSpecOS2.cpp | 586 nsFileSpec::Truncate(PRInt32 aNewFileLength) const function in class:nsFileSpec 633 // Truncate file at current cursor position 651 } // nsFileSpec::Truncate
|
H A D | nsFileSpecUnix.cpp | 376 nsresult nsFileSpec::Truncate(PRInt32 offset) const function in class:nsFileSpec 389 } // nsFileSpec::Truncate
|
H A D | nsFileSpecWin.cpp | 516 nsFileSpec::Truncate(PRInt32 aNewFileLength) const function in class:nsFileSpec 539 // Truncate file at current cursor position 552 } // nsFileSpec::Truncate
|
H A D | nsFileSpecImpl.cpp | 444 NS_IMETHODIMP nsFileSpecImpl::Truncate(PRInt32 aNewLength) function in class:nsFileSpecImpl 447 return mFileSpec.Truncate(aNewLength);
|
H A D | nsFileSpecMac.cpp | 994 nsresult nsFileSpec::Truncate(PRInt32 aNewLength) const function in class:nsFileSpec 1018 } // nsFileSpec::Truncate
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsFileSpecImpl.cpp | 422 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 D | UefiShellLib.c | 3904 @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 62 milliseconds