Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
ReadBool
src/add-ons/kernel/file_systems/netfs/headers/shared/RequestUnflattener.h
51
status_t ReadBool(bool& data);
src/add-ons/kernel/file_systems/netfs/shared/AttrDirInfo.cpp
53
if (unflattener->ReadBool(isValid) == B_OK && isValid) {