5 file &operator=(
file &f) {
return *
this; };
8 virtual bool lowLevelOpen(
const char *name, int32_t flags,
9 mode_t perms,
bool useperms);
12 static bool stat(
const char *filename,
void *st);
14 ssize_t getContents(byte_t **buffer,
18 bool lock(int32_t method, int16_t type, int16_t whence,
19 off64_t start, off64_t len);
20 bool checkLock(int16_t type,
28 bool unlock(int16_t whence,
29 off64_t start, off64_t len);
31 bool posixFadvise(off64_t offset, off64_t len,
34 static int64_t pathConf(
const char *path, int32_t name);
35 int64_t fpathConf(int32_t name);