18#ifndef PSPIOFILEMGR_DIRENT_H
19#define PSPIOFILEMGR_DIRENT_H
struct SceIoPrivateDirent SceIoPrivateDirent
struct SceIoDirent SceIoDirent
Describes a single directory entry.
unsigned int SceSize
Definition psptypes.h:103
Describes a single directory entry.
Definition pspiofilemgr_dirent.h:31
char d_name[256]
File name.
Definition pspiofilemgr_dirent.h:35
SceIoPrivateDirent * d_private
Device-specific data.
Definition pspiofilemgr_dirent.h:37
SceIoStat d_stat
File status.
Definition pspiofilemgr_dirent.h:33
int dummy
Definition pspiofilemgr_dirent.h:38
Definition pspiofilemgr_dirent.h:23
char __padding__[3]
Definition pspiofilemgr_dirent.h:26
char shortFileName[13]
Definition pspiofilemgr_dirent.h:25
char longFileName[1024]
Definition pspiofilemgr_dirent.h:27
SceSize size
Definition pspiofilemgr_dirent.h:24
Structure to hold the status information about a file.
Definition pspiofilemgr_stat.h:102