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
85 * kernel checked for it with lookup and tried to open it
102 ASSERT_EQ(-1, open(FULLPATH, O_DIRECTORY)); in TEST_F()
122 EXPECT_EQ(-1, open(FULLPATH, O_DIRECTORY)); in TEST_F()
126 TEST_F(Opendir, open) in TEST_F() argument
136 SET_OUT_HEADER_LEN(out, open); in TEST_F()
139 fd = open(FULLPATH, O_DIRECTORY); in TEST_F()
156 SET_OUT_HEADER_LEN(out, open); in TEST_F()
159 fd = open(FULLPATH, O_EXEC | O_DIRECTORY); in TEST_F()
174 SET_OUT_HEADER_LEN(out, open); in TEST_F()
193 EXPECT_EQ(-1, open(FULLPATH, O_DIRECTORY)); in TEST_F()
212 fd = open(FULLPATH, O_DIRECTORY); in TEST_F()
216 fd = open(FULLPATH, O_DIRECTORY); in TEST_F()