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

Method access

source/kernel/kprocess.cpp:953–956  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

951}
952
953U32 KProcess::access(BString path, U32 mode) {
954 std::shared_ptr<FsNode> node = Fs::getNodeFromLocalPath(this->currentDirectory, path, true);
955 return internalAccess(node, mode);
956}
957
958U32 KProcess::lseek(FD fildes, S32 offset, U32 whence) {
959 KFileDescriptorPtr fd = this->getFileDescriptor(fildes);

Callers 1

syscall_accessFunction · 0.80

Calls 1

internalAccessFunction · 0.85

Tested by

no test coverage detected