Lines Matching refs:tf
30 TemporaryFile tf; in TEST() local
31 ASSERT_EQ(0, utimes(tf.path, nullptr)); in TEST()
35 TemporaryFile tf; in TEST() local
40 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
43 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
49 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
52 ASSERT_EQ(-1, utimes(tf.path, tv)); in TEST()
57 TemporaryFile tf; in TEST() local
58 ASSERT_EQ(0, futimes(tf.fd, nullptr)); in TEST()
62 TemporaryFile tf; in TEST() local
67 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
70 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
76 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
79 ASSERT_EQ(-1, futimes(tf.fd, tv)); in TEST()
84 TemporaryFile tf; in TEST() local
85 ASSERT_EQ(0, futimesat(AT_FDCWD, tf.path, nullptr)); in TEST()
89 TemporaryFile tf; in TEST() local
94 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
97 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
103 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
106 ASSERT_EQ(-1, futimesat(AT_FDCWD, tf.path, tv)); in TEST()
111 TemporaryFile tf; in TEST() local
112 ASSERT_EQ(0, lutimes(tf.path, nullptr)); in TEST()
116 TemporaryFile tf; in TEST() local
121 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
124 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
130 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()
133 ASSERT_EQ(-1, lutimes(tf.path, tv)); in TEST()