Home
last modified time | relevance | path

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

/external/fio/
Dverify.c254 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()
Dinit.c72 char *aux_path = NULL; variable
2682 if (aux_path) in parse_cmd_line()
2683 free(aux_path); in parse_cmd_line()
2684 aux_path = strdup(optarg); in parse_cmd_line()
Dfio.h498 extern char *aux_path;
Dclient.c1748 if (aux_path) { in fio_handle_client()
1749 strcpy(buf, aux_path); in fio_handle_client()