Lines Matching +full:open +full:- +full:source
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
9 * Redistribution and use in source and binary forms, with or without
12 * 1. Redistributions of source code must retain the above copyright
78 * kernel checked for it with lookup and tried to open it
95 ASSERT_EQ(-1, open(FULLPATH, O_DIRECTORY)); in TEST_F()
115 EXPECT_EQ(-1, open(FULLPATH, O_DIRECTORY)); in TEST_F()
119 TEST_F(Opendir, open) in TEST_F() argument
129 SET_OUT_HEADER_LEN(out, open); in TEST_F()
132 fd = open(FULLPATH, O_DIRECTORY); in TEST_F()
149 SET_OUT_HEADER_LEN(out, open); in TEST_F()
152 fd = open(FULLPATH, O_EXEC | O_DIRECTORY); in TEST_F()
167 SET_OUT_HEADER_LEN(out, open); in TEST_F()
189 fd = open(FULLPATH, O_DIRECTORY); in TEST_F()
193 fd = open(FULLPATH, O_DIRECTORY); in TEST_F()