Home | History | Annotate | Download | only in tests

Lines Matching refs:fchmodat

100   ASSERT_EQ(-1, fchmodat(AT_FDCWD, (char *) 0x1, 0751, 0));
105 ASSERT_EQ(-1, fchmodat(AT_FDCWD, (char *) 0x1, 0751, AT_SYMLINK_NOFOLLOW));
116 ASSERT_EQ(-1, fchmodat(AT_FDCWD, "/blah", 0751, ~AT_SYMLINK_NOFOLLOW));
121 ASSERT_EQ(-1, fchmodat(AT_FDCWD, "/blah", 0751, ~0));
126 ASSERT_EQ(-1, fchmodat(AT_FDCWD, "/blah", 0751, 0));
131 ASSERT_EQ(-1, fchmodat(AT_FDCWD, "/blah", 0751, AT_SYMLINK_NOFOLLOW));
151 ASSERT_EQ(0, fchmodat(AT_FDCWD, tf.filename, 0751, 0));
158 int result = fchmodat(AT_FDCWD, tf.filename, 0751, AT_SYMLINK_NOFOLLOW);
179 ASSERT_EQ(0, fchmodat(AT_FDCWD, linkname, 0751, 0));
193 ASSERT_EQ(-1, fchmodat(AT_FDCWD, linkname, 0751, 0));
214 int result = fchmodat(AT_FDCWD, linkname, 0751, AT_SYMLINK_NOFOLLOW);
237 int result = fchmodat(AT_FDCWD, linkname, 0751, AT_SYMLINK_NOFOLLOW);