5 virtual int32_t openInternal(
const char *name, int32_t flags);
6 virtual int32_t openInternal(
const char *name,
7 int32_t flags, mode_t perms);
10 off64_t lseek(off64_t offset, int32_t whence)
const;
11 bool lock(int32_t method, int16_t type, int16_t whence,
12 off64_t start, off64_t len)
const;
13 bool checkLock(int16_t type,
20 off64_t *conflen)
const;
21 bool unlock(int16_t whence,
22 off64_t start, off64_t len)
const;
24 bool setAttribute(
const char *name,
28 const char *
const *attributeArray(
const char *buffer,
31 void fileClone(
const file &f);
34 bool posixFadvise(off64_t offset, off64_t len,
35 int32_t advice)
const;
36 static long pathConf(
const char *path, int32_t name);
37 long fpathConf(int32_t name)
const;