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

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.cpp566 int32 biosTextLength = biosText.Length(); local
571 biosText.String(), &biosTextLength,
590 int32 biosTextLength = textLength; local
591 char* buffer = biosText.LockBuffer(biosTextLength + 1);
599 buffer, &biosTextLength, &state) != B_OK) {
604 buffer[biosTextLength] = '\0';
605 biosText.UnlockBuffer(biosTextLength);
606 return biosTextLength < kMaxBootMenuItemLength;

Completed in 15 milliseconds