18#ifndef PSPIOFILEMGR_DIRENT_H
19#define PSPIOFILEMGR_DIRENT_H
Describes a single directory entry.
Definition pspiofilemgr_dirent.h:24
char d_name[256]
File name.
Definition pspiofilemgr_dirent.h:28
SceIoStat d_stat
File status.
Definition pspiofilemgr_dirent.h:26
void * d_private
Device-specific data.
Definition pspiofilemgr_dirent.h:30
int dummy
Definition pspiofilemgr_dirent.h:31
Structure to hold the status information about a file.
Definition pspiofilemgr_stat.h:102