| 161 | } |
| 162 | |
| 163 | int AP_Filesystem::fsync(int fd) |
| 164 | { |
| 165 | const Backend &backend = backend_by_fd(fd); |
| 166 | return backend.fs.fsync(fd); |
| 167 | } |
| 168 | |
| 169 | int32_t AP_Filesystem::lseek(int fd, int32_t offset, int seek_from) |
| 170 | { |
no outgoing calls
no test coverage detected