libnx
v4.8.0
|
FilesystemProxy-ForLoader (fsp-ldr) service IPC wrapper. More...
#include "../types.h"
#include "../sf/service.h"
#include "../services/fs.h"
#include "../crypto/sha256.h"
Go to the source code of this file.
Data Structures | |
struct | FsCodeInfo |
Functions | |
Result | fsldrInitialize (void) |
Initialize fsp-ldr. | |
void | fsldrExit (void) |
Exit fsp-ldr. | |
Service * | fsldrGetServiceSession (void) |
Gets the Service object for the actual fsp-ldr service session. | |
Result | fsldrOpenCodeFileSystem (FsCodeInfo *out_code_info, u64 tid, const char *path, FsContentAttributes attr, FsFileSystem *out) |
Result | fsldrIsArchivedProgram (u64 pid, bool *out) |
FilesystemProxy-ForLoader (fsp-ldr) service IPC wrapper.