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

Method ReadDir

Kernel/src/fs/tar.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 }
53 }
54 int TarNode::ReadDir(DirectoryEntry* dirent, uint32_t index){
55 if(vol){
56 return vol->ReadDir(this, dirent, index);
57 } else return -10;
58 }
59 FsNode* TarNode::FindDir(char* name){
60 if(vol){
61 return vol->FindDir(this, name);

Callers 1

SysRmdirFunction · 0.45

Calls 1

strcpyFunction · 0.85

Tested by

no test coverage detected