Searched refs:SFile (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/libs/stdc++/legacy/
H A DSFile.cc45 #include <SFile.h>
47 SFile::SFile(const char *filename, int size, int mode, int prot) function in class:SFile
53 SFile::SFile(int fd, int size) function in class:SFile
59 void SFile::open(const char *name, int size, int mode, int prot)
65 SFile& SFile::get(void* x)
71 SFile& SFile
[all...]
/haiku/headers/cpp/
H A DSFile.h35 class SFile: public fstream class in inherits:fstream
41 SFile() : fstream() { } function in class:SFile
42 SFile(int fd, int size);
43 SFile(const char *name, int size, int mode, int prot=0664);
49 SFile& get(void* x);
50 SFile& put(void* x);
51 SFile& operator[](long i);

Completed in 42 milliseconds