Home
last modified time | relevance | path

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

/io/
A Dtst-utimensat-skeleton.c26 static char *testfile; variable
53 temp_fd = create_temp_file ("utime", &testfile); in do_prepare()
56 testlink = xasprintf ("%s-symlink", testfile); in do_prepare()
57 xsymlink (testfile, testlink); in do_prepare()
64 if (sizeof (time_t) == 8 && !support_path_support_time64 (testfile)) in do_test()
66 testfile); in do_test()
68 bool y2106 = support_path_support_time64_value (testfile, in do_test()
92 TEST_CALL (testfile, temp_fd, testlink, tests[i].v1, tests[i].v2); in do_test()
A Dtst-utimensat.c30 test_utimesat_helper (const char *testfile, int fd, const char *testlink, in test_utimesat_helper() argument
34 TEST_VERIFY_EXIT (utimensat (fd, testfile, ts, 0) == 0); in test_utimesat_helper()
48 xlstat (testfile, &stfile_orig); in test_utimesat_helper()
61 xlstat (testfile, &stfile); in test_utimesat_helper()
A Dtst-lutimes.c29 test_lutimes_helper (const char *testfile, int fd, const char *testlink, in test_lutimes_helper() argument
33 xlstat (testfile, &stfile_orig); in test_lutimes_helper()
45 xlstat (testfile, &stfile); in test_lutimes_helper()

Completed in 5 milliseconds