Lines Matching refs:open
188 TEST_ASSERT_VAL("failed to open fd directory", dir);
257 /* Rest the internal dso open counter limit. */
266 /* and this is now our dso open FDs limit */
276 * file and keep it open (unless open file limit).
291 /* verify the first one is already open */
292 TEST_ASSERT_VAL("dsos[0] is not open", dsos[0]->data.fd != -1);
294 /* open +1 dso to reach the allowed limit */
313 int fd = open("/dev/null", O_RDONLY);
331 /* Rest the internal dso open counter limit. */
345 /* Make sure we are able to open 3 fds anyway */
351 /* open dso_0 */
355 /* open dso_1 */
360 * open extra file descriptor and we just
363 fd_extra = open("/dev/null", O_RDONLY);
364 TEST_ASSERT_VAL("failed to open extra fd", fd_extra > 0);
366 /* open dso_2 */
376 /* open dso_0 */