5 virtual void openInternal(
const char *name, int32_t flags);
6 virtual void openInternal(
const char *name,
7 int32_t flags, mode_t perms);
10 static bool stat(
const char *filename,
void *st);
12 off64_t lseek(off64_t offset, int32_t whence)
const;
13 bool lock(int32_t method, int16_t type, int16_t whence,
14 off64_t start, off64_t len)
const;
15 bool checkLock(int16_t type,
22 off64_t *conflen)
const;
23 bool unlock(int16_t whence,
24 off64_t start, off64_t len)
const;
26 bool setAttribute(
const char *name,
30 const char *
const *attributeArray(
const char *buffer,
33 void fileClone(
const file &f);
36 bool posixFadvise(off64_t offset, off64_t len,
37 int32_t advice)
const;
38 static int64_t pathConf(
const char *path, int32_t name);
39 int64_t fpathConf(int32_t name)
const;