MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / CreateDirectory

Method CreateDirectory

Kernel/src/fs/fsnodestubs.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46int FsNode::CreateDirectory(DirectoryEntry*, uint32_t){
47 return -ENOSYS;
48}
49
50ssize_t FsNode::ReadLink(char* pathBuffer, size_t bufSize){
51 if((flags & S_IFMT) != S_IFLNK){

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected