vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
int | ksceIoMkdir (const char *dir, SceMode mode) |
Make a directory file. More... | |
int | ksceIoRmdir (const char *path) |
Remove a directory file. More... | |
int | ksceIoGetstat (const char *file, SceIoStat *stat) |
Get the status of a file. More... | |
int | ksceIoGetstatByFd (SceUID fd, SceIoStat *stat) |
Get the status of a file descriptor. More... | |
int | ksceIoChstat (const char *file, SceIoStat *stat, int bits) |
Change the status of a file. More... | |
int | ksceIoChstatByFd (SceUID fd, SceIoStat *stat, int bits) |
Change the status of a file descriptor. More... | |