RetroArch
Enumerations | Functions
paths.h File Reference
#include <boolean.h>
#include <retro_common_api.h>
#include <lists/string_list.h>
Include dependency graph for paths.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  rarch_content_type { RARCH_CONTENT_NONE = 0, RARCH_CONTENT_MOVIE, RARCH_CONTENT_MUSIC, RARCH_CONTENT_IMAGE }
 
enum  rarch_path_type {
  RARCH_PATH_NONE = 0, RARCH_PATH_CORE, RARCH_PATH_NAMES, RARCH_PATH_CONFIG,
  RARCH_PATH_CONTENT, RARCH_PATH_CONFIG_APPEND, RARCH_PATH_CORE_OPTIONS, RARCH_PATH_DEFAULT_SHADER_PRESET,
  RARCH_PATH_BASENAME, RARCH_PATH_SUBSYSTEM
}
 

Functions

void path_deinit_subsystem (void)
 
void path_deinit_savefile (void)
 
void path_init_savefile (void)
 
void path_fill_names (void)
 
bool path_set (enum rarch_path_type type, const char *path)
 
void path_set_redirect (void)
 
void path_set_special (char **argv, unsigned num_content)
 
void path_set_basename (const char *path)
 
size_t path_get_realsize (enum rarch_path_type type)
 
struct string_listpath_get_subsystem_list (void)
 
char * path_get_ptr (enum rarch_path_type type)
 
const char * path_get (enum rarch_path_type type)
 
void path_clear (enum rarch_path_type type)
 
void path_clear_all (void)
 
bool path_is_empty (enum rarch_path_type type)
 
enum rarch_content_type path_is_media_type (const char *path)
 

Enumeration Type Documentation

◆ rarch_content_type

Enumerator
RARCH_CONTENT_NONE 
RARCH_CONTENT_MOVIE 
RARCH_CONTENT_MUSIC 
RARCH_CONTENT_IMAGE 

◆ rarch_path_type

Enumerator
RARCH_PATH_NONE 
RARCH_PATH_CORE 
RARCH_PATH_NAMES 
RARCH_PATH_CONFIG 
RARCH_PATH_CONTENT 
RARCH_PATH_CONFIG_APPEND 
RARCH_PATH_CORE_OPTIONS 
RARCH_PATH_DEFAULT_SHADER_PRESET 
RARCH_PATH_BASENAME 
RARCH_PATH_SUBSYSTEM 

Function Documentation

◆ path_clear()

void path_clear ( enum rarch_path_type  type)
Here is the caller graph for this function:

◆ path_clear_all()

void path_clear_all ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_deinit_savefile()

void path_deinit_savefile ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_deinit_subsystem()

void path_deinit_subsystem ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_fill_names()

void path_fill_names ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_get()

const char* path_get ( enum rarch_path_type  type)
Here is the call graph for this function:

◆ path_get_ptr()

char* path_get_ptr ( enum rarch_path_type  type)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_get_realsize()

size_t path_get_realsize ( enum rarch_path_type  type)
Here is the caller graph for this function:

◆ path_get_subsystem_list()

struct string_list* path_get_subsystem_list ( void  )
Here is the caller graph for this function:

◆ path_init_savefile()

void path_init_savefile ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_is_empty()

bool path_is_empty ( enum rarch_path_type  type)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_is_media_type()

enum rarch_content_type path_is_media_type ( const char *  path)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_set()

bool path_set ( enum rarch_path_type  type,
const char *  path 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_set_basename()

void path_set_basename ( const char *  path)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_set_redirect()

void path_set_redirect ( void  )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ path_set_special()

void path_set_special ( char **  argv,
unsigned  num_content 
)
Here is the call graph for this function:
Here is the caller graph for this function: