Home
last modified time | relevance | path

Searched refs:fs_get_application_exe_path (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/src/
H A Dbase.c221 int fs_get_application_exe_path(char *buffer, int size) in fs_get_application_exe_path() function
305 int result = fs_get_application_exe_path(buffer, size); in fs_get_application_exe_dir()
H A Ddata.c288 int result = fs_get_application_exe_path(exe_path, PATH_MAX); in fs_data_init()
/dports/emulators/fs-uae/fs-uae-3.1.35/libfsemu/include/fs/
H A Dbase.h38 int fs_get_application_exe_path(char *buffer, int size);
/dports/emulators/fs-uae/fs-uae-3.1.35/
H A DChangeLog622 * Fixed a bug (potential crash) in fs_get_application_exe_path on windows.