Home
last modified time | relevance | path

Searched defs:test_fds (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/subprocessdata/
Dfd_status.py21 test_fds = range(0, _MAXFD) variable
23 test_fds = map(int, sys.argv[1:]) variable
/third_party/glib/gio/tests/
Dunix-fd.c42 test_fds (void) in test_fds() function
/third_party/python/Lib/test/
Dtest_os.py3589 def test_fds(self): member in ExtendedAttributeTests