Searched refs:aux_path (Results 1 – 4 of 4) sorted by relevance
254 if (aux_path) in dump_buf()255 sprintf(fname, "%s%s", aux_path, FIO_OS_PATH_SEPARATOR); in dump_buf()1726 if (aux_path) in verify_save_state()1727 sprintf(prefix, "%s%slocal", aux_path, FIO_OS_PATH_SEPARATOR); in verify_save_state()
72 char *aux_path = NULL; variable2682 if (aux_path) in parse_cmd_line()2683 free(aux_path); in parse_cmd_line()2684 aux_path = strdup(optarg); in parse_cmd_line()
498 extern char *aux_path;
1748 if (aux_path) { in fio_handle_client()1749 strcpy(buf, aux_path); in fio_handle_client()