| 8196 | } |
| 8197 | |
| 8198 | int Client::rmdir(const char *relpath, const UserPerm& perms) |
| 8199 | { |
| 8200 | return unlinkat(CEPHFS_AT_FDCWD, relpath, AT_REMOVEDIR, perms); |
| 8201 | } |
| 8202 | |
| 8203 | int Client::mknod(const char *relpath, mode_t mode, const UserPerm& perms, dev_t rdev) |
| 8204 | { |
no outgoing calls
no test coverage detected