| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected