Lines Matching refs:tf
28 TemporaryFile tf; in TEST() local
29 ASSERT_EQ(0, utimes(tf.path, nullptr)); in TEST()
33 TemporaryFile tf; in TEST() local
38 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
41 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
47 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
50 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
55 TemporaryFile tf; in TEST() local
56 ASSERT_EQ(0, futimes(tf.fd, nullptr)); in TEST()
60 TemporaryFile tf; in TEST() local
65 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
68 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
74 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
77 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
82 TemporaryFile tf; in TEST() local
83 ASSERT_EQ(0, futimesat(AT_FDCWD, tf.path, nullptr)); in TEST()
87 TemporaryFile tf; in TEST() local
92 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
95 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
101 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
104 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
109 TemporaryFile tf; in TEST() local
110 ASSERT_EQ(0, lutimes(tf.path, nullptr)); in TEST()
114 TemporaryFile tf; in TEST() local
119 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
122 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
128 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
131 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()