Lines Matching refs:file
15 * otherwise, applies only to this software file. Patent licenses, if
82 static int file_copy(const char *file, const int lineno,
91 /* check if file exists */
95 safe_cp(file, lineno, cleanup_fn, buf, dest);
100 void tst_resource_copy(const char *file, const int lineno,
105 tst_brkm_(file, lineno, TBROK, cleanup_fn,
118 if (file_copy(file, lineno, cleanup_fn, dataroot, filename, dest))
126 if (file_copy(file, lineno, cleanup_fn, buf, filename, dest))
132 if (file_copy(file, lineno, cleanup_fn, startwd, filename, dest))
135 tst_brkm_(file, lineno, TBROK, cleanup_fn,