|
Nugget
|
#include "openbios/cdrom/filesystem.h"#include <ctype.h>#include <memory.h>#include <stdint.h>#include <string.h>#include "common/psxlibc/direntry.h"#include "common/psxlibc/stdio.h"#include "common/util/util.h"#include "openbios/cdrom/cdrom.h"#include "openbios/cdrom/helpers.h"#include "openbios/kernel/util.h"
Classes | |
| struct | PathTableEntry |
| struct | DirectoryEntry |
Functions | |
| int | cdromReadPathTable () |
| int | dev_cd_open (struct File *file, const char *filename, int mode) |
| int | dev_cd_read (struct File *file, void *buffer_, int size) |
| struct DirEntry * | dev_cd_firstFile (struct File *file, const char *filename, struct DirEntry *entry) |
| struct DirEntry * | dev_cd_nextFile (struct File *file, struct DirEntry *entry) |
| int | dev_cd_chdir (struct File *file, char *name) |
Variables | |
| char | g_cdromCWD [128] |
| int cdromReadPathTable | ( | ) |
| struct DirEntry * dev_cd_firstFile | ( | struct File * | file, |
| const char * | filename, | ||
| struct DirEntry * | entry | ||
| ) |
| char g_cdromCWD[128] |