HomeSort by: relevance | last modified time | path
    Searched defs:FatFile (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file_fat.h 37 class FatFile : public File {
44 FatFile(Console *&);
45 virtual ~FatFile(void);
file_fat.cpp 36 FatFile::FatFile(Console *&cons)
44 FatFile::~FatFile(void)
50 FatFile::setRoot(TCHAR *drive)
60 FatFile::open(const TCHAR *name, uint32_t flags)
86 FatFile::read(void *buf, size_t bytes, off_t ofs)
98 FatFile::write(const void *buf, size_t bytes, off_t ofs)
110 FatFile::seek(off_t ofs)

Completed in 13 milliseconds