Home
last modified time | relevance | path

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

/external/fio/
Dfile.h212 extern bool exists_and_not_regfile(const char *);
Dfilesetup.c1431 bool exists_and_not_regfile(const char *filename) in exists_and_not_regfile() function
1468 !exists_and_not_regfile(fname)) in add_file()
Dinit.c1319 if (o->nr_files == 1 && exists_and_not_regfile(jobname)) in add_job()