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 */
321 /* Rest the internal dso open counter limit. */
335 /* Make sure we are able to open 3 fds anyway */
341 /* open dso_0 */
345 /* open dso_1 */
350 * open extra file descriptor and we just
353 fd_extra = open("/dev/null", O_RDONLY);
354 TEST_ASSERT_VAL("failed to open extra fd", fd_extra > 0);
356 /* open dso_2 */
366 /* open dso_0 */