Home
last modified time | relevance | path

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

/dports/games/retroarch/RetroArch-1.9.7/
H A Dretroarch.c19440 char *tmp_dll_path = NULL; in copy_core_to_temp_file() local
19470 strcat_alloc(&tmp_dll_path, retroarch_tmp_path); in copy_core_to_temp_file()
19471 strcat_alloc(&tmp_dll_path, PATH_DEFAULT_SLASH()); in copy_core_to_temp_file()
19472 strcat_alloc(&tmp_dll_path, core_base_name); in copy_core_to_temp_file()
19474 if (!filestream_write_file(tmp_dll_path, dll_file_data, dll_file_size)) in copy_core_to_temp_file()
19477 if (!write_file_with_random_name(&tmp_dll_path, in copy_core_to_temp_file()
19492 return tmp_dll_path; in copy_core_to_temp_file()
19494 if (tmp_dll_path) in copy_core_to_temp_file()
19495 free(tmp_dll_path); in copy_core_to_temp_file()
19497 tmp_dll_path = NULL; in copy_core_to_temp_file()