Searched refs:O_ACCMODE (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/system/utest/fs/
H A Dtest-fcntl.cpp38 ASSERT_EQ(flags & O_ACCMODE, O_RDWR, "Access mode flags did not match");
39 ASSERT_EQ(flags & ~O_ACCMODE, O_APPEND, "Status flags did not match");
47 ASSERT_EQ(flags & O_ACCMODE, O_RDWR, "Access mode flags did not match");
48 ASSERT_EQ(flags & ~O_ACCMODE, 0, "Status flags did not match");
80 ASSERT_EQ(flags & O_ACCMODE, O_RDWR, "Access mode flags did not match");
81 ASSERT_EQ(flags & ~O_ACCMODE, O_APPEND, "Status flags did not match");
H A Dtest-access.cpp182 ASSERT_EQ(flags & O_ACCMODE, O_PATH);
183 ASSERT_EQ(flags & ~O_ACCMODE, 0);
188 ASSERT_EQ(flags & O_ACCMODE, O_PATH);
189 ASSERT_EQ(flags & ~O_ACCMODE, O_APPEND);
/fuchsia/zircon/third_party/ulib/musl/src/temp/
H A Dmkostemps.c17 flags -= flags & O_ACCMODE;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dfcntl.h40 #define O_ACCMODE (03 | O_SEARCH) macro
/fuchsia/zircon/system/ulib/minfs/
H A Dhost.cpp175 switch (flags & O_ACCMODE) {
/fuchsia/zircon/system/ulib/fdio/
H A Dunistd.c201 switch (flags & O_ACCMODE) {

Completed in 43 milliseconds