Searched refs:download_path (Results 1 – 1 of 1) sorted by relevance
56 static char *download_path; /* user-settable path for SREC files */ variable460 if (args[0] != '/' && download_path == 0) in m32r_upload_command()463 download_path = xstrdup (current_directory); in m32r_upload_command()475 monitor_printf ("up %s\r", download_path); /* use default path */ in m32r_upload_command()561 add_setshow_string_cmd ("download-path", class_obscure, &download_path, "\ in _initialize_m32r_rom()