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

/haiku/src/kits/storage/
H A DFdIO.cpp14 BFdIO::BFdIO() function in class:BFdIO
23 BFdIO::BFdIO(int fd, bool keepFd) function in class:BFdIO
32 BFdIO::~BFdIO()
39 BFdIO::SetTo(int fd, bool keepFd)
49 BFdIO::Unset()
60 BFdIO::Read(void* buffer, size_t size)
68 BFdIO
[all...]
/haiku/headers/private/storage/
H A DFdIO.h12 class BFdIO : public BPositionIO { class in inherits:BPositionIO
14 BFdIO();
15 BFdIO(int fd, bool keepFd);
16 virtual ~BFdIO();
36 BFdIO(const BFdIO& other);
37 BFdIO& operator=(const BFdIO& other);
/haiku/src/bin/package/
H A Dcommand_checksum.cpp75 BFdIO* dataIO = new BFdIO(isInput ? 0 : 1, false);
H A Dcommand_recompress.cpp37 BFdIO* dataIO = new BFdIO(isInput ? 0 : 1, false);
/haiku/src/kits/package/hpkg/
H A DRepositoryReaderImpl.cpp202 BFdIO* file = new(std::nothrow) BFdIO(fd, keepFD);
H A DPackageReaderImpl.cpp337 BFdIO* file = new(std::nothrow) BFdIO(fd, keepFD);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackage.cpp396 private BErrorOutput, private BFdIO {
415 BFdIO::SetTo(fd, false);
430 BFdIO::SetTo(fd, false);
/haiku/src/system/boot/loader/file_systems/packagefs/
H A Dpackagefs.cpp327 fFile = new(std::nothrow) BFdIO(fd, true);

Completed in 101 milliseconds