| 143 | } |
| 144 | |
| 145 | int AP_Filesystem::close(int fd) |
| 146 | { |
| 147 | const Backend &backend = backend_by_fd(fd); |
| 148 | return backend.fs.close(fd); |
| 149 | } |
| 150 | |
| 151 | int32_t AP_Filesystem::read(int fd, void *buf, uint32_t count) |
| 152 | { |
no outgoing calls
no test coverage detected