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

Method FindDir

Kernel/src/fs/tar.cpp:59–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 } else return -10;
58 }
59 FsNode* TarNode::FindDir(char* name){
60 if(vol){
61 return vol->FindDir(this, name);
62 } else return nullptr;
63 }
64
65 void TarVolume::MakeNode(tar_header_t* header, TarNode* n, ino_t inode, ino_t parent, tar_header_t* dirHeader){
66 n->parentInode = parent;

Callers

nothing calls this directly

Calls 2

strcmpFunction · 0.85
GetRootFunction · 0.85

Tested by

no test coverage detected