MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / symlink

Method symlink

source/kernel/kprocess.cpp:1278–1280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

syscall_symlinkFunction · 0.80

Calls 1

symlinkInDirectoryFunction · 0.85

Tested by

no test coverage detected