|
@@ -68,7 +68,7 @@ public:
|
|
KResult symlink(StringView target, StringView linkpath, Custody& base);
|
|
KResult symlink(StringView target, StringView linkpath, Custody& base);
|
|
KResult rmdir(StringView path, Custody& base);
|
|
KResult rmdir(StringView path, Custody& base);
|
|
KResult chmod(StringView path, mode_t, Custody& base);
|
|
KResult chmod(StringView path, mode_t, Custody& base);
|
|
- KResult fchmod(Inode&, mode_t);
|
|
|
|
|
|
+ KResult chmod(Inode&, mode_t);
|
|
KResult chown(StringView path, uid_t, gid_t, Custody& base);
|
|
KResult chown(StringView path, uid_t, gid_t, Custody& base);
|
|
KResult chown(Inode&, uid_t, gid_t);
|
|
KResult chown(Inode&, uid_t, gid_t);
|
|
KResult access(StringView path, int mode, Custody& base);
|
|
KResult access(StringView path, int mode, Custody& base);
|