vitasdk
Documentation of the vitasdk
|
Go to the source code of this file.
Functions | |
SceUID | sceIoDopen (const char *dirname) |
Open a directory. More... | |
int | sceIoDread (SceUID fd, SceIoDirent *dir) |
Reads an entry from an opened file descriptor. More... | |
int | sceIoDclose (SceUID fd) |
Close an opened directory file descriptor. More... | |