Searched refs:job_file (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/platform_CryptohomeFio/ |
D | platform_CryptohomeFio.py | 67 job_file = os.path.join(self.bindir, script) 68 results.update(fio_util.fio_runner(self, job_file, env_vars,
|
/external/autotest/client/site_tests/hardware_StorageFio/ |
D | hardware_StorageFio.py | 169 job_file = os.path.join(self.bindir, job) 170 results.update(fio_util.fio_runner(self, job_file, env_vars))
|
/external/fio/ |
D | gfio.c | 400 free(ge->job_file); in ge_destroy() 452 ret = fio_client_send_ini(gc->client, ge->job_file, 0); in send_job_file() 456 gfio_report_error(ge, "Failed to send file %s: %s\n", ge->job_file, strerror(-ret)); in send_job_file() 671 if (!ge->job_file) in connect_clicked() 673 if (!ge->job_file) in connect_clicked() 844 assert(!ge->job_file); in do_file_open() 846 ge->job_file = get_filename_from_uri(uri); in do_file_open() 864 free(ge->job_file); in do_file_open() 865 ge->job_file = NULL; in do_file_open()
|
D | gfio.h | 132 char *job_file; member
|
D | HOWTO | 79 $ fio job_file 81 and it will start doing what the job_file tells it to do. You can give
|