Lines Matching full:open
191 TEST_ASSERT_VAL("failed to open fd directory", dir);
255 /* Rest the internal dso open counter limit. */
264 /* and this is now our dso open FDs limit */
273 * Open dsos via dso__data_fd(), it opens the data
274 * file and keep it open (unless open file limit).
289 /* verify the first one is already open */
290 TEST_ASSERT_VAL("dsos[0] is not open", dso__data(machine.dsos.dsos[0])->fd != -1);
292 /* open +1 dso to reach the allowed limit */
311 int fd = open("/dev/null", O_RDONLY);
329 /* Rest the internal dso open counter limit. */
343 /* Make sure we are able to open 3 fds anyway */
350 /* open dso_0 */
354 /* open dso_1 */
359 * open extra file descriptor and we just
362 fd_extra = open("/dev/null", O_RDONLY);
363 TEST_ASSERT_VAL("failed to open extra fd", fd_extra > 0);
365 /* open dso_2 */
375 /* open dso_0 */