Home
last modified time | relevance | path

Searched refs:_ReadBlocks (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/bootmanager/
H A DLegacyBootMenu.h46 status_t _ReadBlocks(int fd, uint8* buffer, size_t size);
H A DLegacyBootMenu.cpp482 status_t status = _ReadBlocks(fd, buffer, size); in SaveMasterBootRecord()
624 LegacyBootMenu::_ReadBlocks(int fd, uint8* buffer, size_t size) in _ReadBlocks() function in LegacyBootMenu