vitasdk
Documentation of the vitasdk
|
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... | |