|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <iox_stat.h>
Collaboration diagram for iox_dirent_t:Data Fields | |
| iox_stat_t | stat |
| char | name [256] |
| unsigned int | unknown |
Definition at line 110 of file iox_stat.h.
| char iox_dirent_t::name[256] |
Definition at line 112 of file iox_stat.h.
Referenced by fileXioReaddirHelper(), and hddGetFilesystemList().
| iox_stat_t iox_dirent_t::stat |
Definition at line 111 of file iox_stat.h.
Referenced by fileXioReaddirHelper(), hddGetFilesystemList(), and hddUpdateInfo().
| unsigned int iox_dirent_t::unknown |
Definition at line 113 of file iox_stat.h.