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

Method Close

Kernel/src/fs/fat32.cpp:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 void Fat32Volume::Close(Fat32Node* node){
170
171 }
172
173 int Fat32Volume::ReadDir(Fat32Node* node, DirectoryEntry* dirent, uint32_t index){
174 unsigned lfnCount = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected