Lines Matching defs:test_file
34 static char test_file[PATH_MAX];
43 fd = SAFE_CREAT(test_file, O_RDWR);
44 SAFE_SYMLINK(test_file, link_file);
69 if (strcmp(buf, test_file) != 0) {
71 buf, test_file);
86 if (strcmp(TST_RET_PTR, test_file) != 0) {
88 (char *)TST_RET_PTR, test_file);
96 TST_EXP_PASS(symlink(test_file, temp_link_file), "symlink(%s, %s)",
97 test_file, temp_link_file);
119 snprintf(test_file, PATH_MAX, "%s/%s/test_file", tst_get_tmpdir(),