Home
last modified time | relevance | path

Searched refs:close_fds (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py118 close_fds=True,
127 close_fds=True,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0002-run_program-support-timeout.patch57 - close_fds=True,
86 + close_fds=True,
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcls_redirect.c358 static void close_fds(int *fds, int n) in close_fds() function
444 close_fds((int *)servers, sizeof(servers) / sizeof(servers[0][0])); in test_cls_redirect_common()
445 close_fds((int *)conns, sizeof(conns) / sizeof(conns[0][0])); in test_cls_redirect_common()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_verifier.c1008 goto close_fds; in do_test_single()
1094 close_fds: in do_test_single()
1105 goto close_fds; in do_test_single()
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dcros_subprocess.py357 self.assertRaises(ValueError, Popen, 'true', close_fds=False)