| 1276 | } |
| 1277 | |
| 1278 | U32 KProcess::symlink(BString target, BString linkpath) { |
| 1279 | return symlinkInDirectory(this->currentDirectory, target, linkpath); |
| 1280 | } |
| 1281 | |
| 1282 | U32 KProcess::readlinkInDirectory(BString currentDirectory, BString path, U32 buffer, U32 bufSize) { |
| 1283 | // :TODO: move these to the virtual filesystem |
no test coverage detected