MCPcopy Create free account
hub / github.com/XorTroll/Goldleaf / GetExplorerForPath

Function GetExplorerForPath

Goldleaf/source/fs/fs_FileSystem.cpp:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 Explorer *GetExplorerForPath(const std::string &path) {
147 return GetExplorerForMountName(GetPathRoot(path));
148 }
149
150 void Finalize() {
151 DeleteExplorer(g_SdCardExplorer);

Callers 12

RebootWithPayloadFunction · 0.85
DecryptCopyNax0ToNcaFunction · 0.85
GenerateFromFunction · 0.85
ReadTicketFunction · 0.85
StartCopyMethod · 0.85
OnInputMethod · 0.85
CopyFileProgressFunction · 0.85
CopyDirectoryProgressFunction · 0.85
CopyFileMethod · 0.85
CopyDirectoryMethod · 0.85
CopyFileProgressMethod · 0.85
DoCopyDirectoryProgressFunction · 0.85

Calls 2

GetExplorerForMountNameFunction · 0.85
GetPathRootFunction · 0.85

Tested by

no test coverage detected