RetroArch
Classes | Functions
retro_dirent.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <retro_common.h>
#include <boolean.h>
#include <retro_dirent.h>
#include <encodings/utf.h>
#include <compat/strl.h>
#include <string/stdstring.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
Include dependency graph for retro_dirent.c:

Classes

struct  RDIR
 

Functions

struct RDIRretro_opendir (const char *name)
 
bool retro_dirent_error (struct RDIR *rdir)
 
int retro_readdir (struct RDIR *rdir)
 
const char * retro_dirent_get_name (struct RDIR *rdir)
 
bool retro_dirent_is_dir (struct RDIR *rdir, const char *path)
 
void retro_dirent_include_hidden (struct RDIR *rdir, bool include_hidden)
 
void retro_closedir (struct RDIR *rdir)
 

Function Documentation

◆ retro_closedir()

void retro_closedir ( struct RDIR rdir)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retro_dirent_error()

bool retro_dirent_error ( struct RDIR rdir)
Here is the caller graph for this function:

◆ retro_dirent_get_name()

const char* retro_dirent_get_name ( struct RDIR rdir)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retro_dirent_include_hidden()

void retro_dirent_include_hidden ( struct RDIR rdir,
bool  include_hidden 
)
Here is the caller graph for this function:

◆ retro_dirent_is_dir()

bool retro_dirent_is_dir ( struct RDIR rdir,
const char *  path 
)

retro_dirent_is_dir: : pointer to the directory entry. : path to the directory entry.

Is the directory listing entry a directory?

Returns: true if directory listing entry is a directory, false if not.

Here is the caller graph for this function:

◆ retro_opendir()

struct RDIR* retro_opendir ( const char *  name)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ retro_readdir()

int retro_readdir ( struct RDIR rdir)
Here is the caller graph for this function: