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

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.h47 status_t _WriteBlocks(int fd, const uint8* buffer,
H A DLegacyBootMenu.cpp457 status_t status = _WriteBlocks(fd, buffer, newBootLoader.Position());
549 status_t status = _WriteBlocks(fd, buffer, size);
642 LegacyBootMenu::_WriteBlocks(int fd, const uint8* buffer, size_t size) function in class:LegacyBootMenu
645 fprintf(stderr, "_WriteBlocks buffer size must be a multiple of %d\n",

Completed in 67 milliseconds