MCPcopy Create free account
hub / github.com/devkitPro/libctru / fsSessionForArchive

Function fsSessionForArchive

libctru/source/services/fs.c:27–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27static Handle fsSessionForArchive(FS_Archive archive)
28{
29 for (int i = 0; i < FS_MAX_EXEMPT_ARCHIVE_HANDLES; i++)
30 {
31 if (fsExemptArchives[i] == archive)
32 return fsuHandle;
33 }
34
35 return fsSession();
36}
37
38Result fsInit(void)
39{

Callers 14

FSUSER_OpenFileFunction · 0.85
FSUSER_DeleteFileFunction · 0.85
FSUSER_RenameFileFunction · 0.85
FSUSER_DeleteDirectoryFunction · 0.85
FSUSER_CreateFileFunction · 0.85
FSUSER_CreateDirectoryFunction · 0.85
FSUSER_RenameDirectoryFunction · 0.85
FSUSER_OpenDirectoryFunction · 0.85
FSUSER_ControlArchiveFunction · 0.85
FSUSER_CloseArchiveFunction · 0.85
FSUSER_GetFreeBytesFunction · 0.85

Calls 1

fsSessionFunction · 0.85

Tested by

no test coverage detected