Home
last modified time | relevance | path

Searched refs:osd_get_path (Results 1 – 5 of 5) sorted by relevance

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dfileio.h73 void osd_get_path(int pathtype, char* path);
H A Dfileio.c183 void osd_get_path(int pathtype, char* path) in osd_get_path() function
274 osd_get_path(pathtype, currDir); in osd_get_path_info()
299 osd_get_path(pathtype, currDir); in osd_fopen()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dfileio.h73 void osd_get_path(int pathtype, char* path);
H A Dfileio.c182 void osd_get_path(int pathtype, char* path) in osd_get_path() function
273 osd_get_path(pathtype, currDir); in osd_get_path_info()
298 osd_get_path(pathtype, currDir); in osd_fopen()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/mame2003/
H A Dmame2003.c512 osd_get_path(FILETYPE_CONFIG, buffer); in update_variables()