Home
last modified time | relevance | path

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

/external/fio/
Dstat.c1501 char fio_status_file_path[PATH_MAX]; in check_status_file() local
1515 snprintf(fio_status_file_path, sizeof(fio_status_file_path), "%s/%s", temp_dir, FIO_STATUS_FILE); in check_status_file()
1517 if (stat(fio_status_file_path, &sb)) in check_status_file()
1520 if (unlink(fio_status_file_path) < 0) { in check_status_file()
1521 log_err("fio: failed to unlink %s: %s\n", fio_status_file_path, in check_status_file()