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

/haiku/headers/private/storage/
H A DFdIO.h15 BFdIO(int fd, bool keepFd);
18 void SetTo(int fd, bool keepFd);
/haiku/src/kits/storage/
H A DFdIO.cpp23 BFdIO::BFdIO(int fd, bool keepFd) argument
27 fOwnsFd(keepFd)
39 BFdIO::SetTo(int fd, bool keepFd) argument
44 fOwnsFd = keepFd;

Completed in 34 milliseconds