vitasdk
Documentation of the vitasdk
fios2.h File Reference
#include <psp2kern/types.h>
#include <psp2common/fios2.h>

Go to the source code of this file.

Functions

int ksceFiosKernelOverlayAdd (SceFiosOverlay *overlay, SceFiosOverlayID *outID)
 Overlay process file system overlay. More...
 
int ksceFiosKernelOverlayAddForProcess (SceUID pid, SceFiosOverlay *overlay, SceFiosOverlayID *outID)
 Overlay process file system overlay. More...
 
int ksceFiosKernelOverlayRemoveForProcess (SceUID pid, SceFiosOverlayID id)
 Remove process file system overlay. More...
 
int ksceFiosKernelOverlayResolveSync (SceUID pid, int resolveFlag, const char *inPath, char *outPath, SceSize maxPath)
 Resolve process file system overlay with sync. More...