#include <pspiofilemgr_dirent.h>
#include <pspiofilemgr_fcntl.h>
Include dependency graph for pspiofilemgr.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | IoAssignPerms { IOASSIGN_RDWR = 0, IOASSIGN_RDONLY = 1 } |
| Permission value for the sceIoAssign function. More... | |
Functions | |
| int | sceIoOpen (const char *file, int flags, int perms) |
| Open or create a file for reading or writing. | |
| int | sceIoClose (int fd) |
| Delete a descriptor. | |
| int | sceIoRead (int fd, void *data, int size) |
| Read input. | |
| int | sceIoWrite (int fd, const void *data, int size) |
| Write output. | |
| long long | sceIoLseek (int fd, long long offset, int whence) |
| Reposition read/write file descriptor offset. | |
| unsigned int | sceIoLseek32 (int fd, unsigned int offset, int whence) |
| Reposition read/write file descriptor offset (32bit mode). | |
| int | sceIoRemove (const char *file) |
| Remove directory entry. | |
| int | sceIoMkdir (const char *dir, int mode) |
| Make a directory file. | |
| int | sceIoRmdir (const char *path) |
| Remove a directory file. | |
| int | sceIoRename (const char *oldname, const char *newname) |
| Change the name of a file. | |
| int | sceIoDopen (const char *dirname) |
| Open a directory. | |
| int | sceIoDread (int fd, io_dirent_t *dir) |
| Reads an entry from an opened file descriptor. | |
| int | sceIoDclose (int fd) |
| Close an opened directory file descriptor. | |
| int | sceIoDevctl (const char *dev, unsigned int cmd, void *indata, int inlen, void *outdata, int outlen) |
| Send a devctl command to a device. | |
| int | sceIoAssign (const char *dev1, const char *dev2, const char *dev3, int mode, void *unk1, long unk2) |
| Assigns one IO device to another (I guess). | |
| int | sceIoUnassign (const char *dev) |
| Unassign an IO device. | |
| int | sceIoGetStat (const char *file, io_stat_t *stat) |
| Get the status of a file. | |
| int | sceIoChStat (const char *file, io_stat_t *stat, int bits) |
| Change the status of a file. | |
1.4.3-20050530