Home
last modified time | relevance | path

Searched refs:path_fd (Results 1 – 3 of 3) sorted by relevance

/external/igt-gpu-tools/tests/
Ddebugfs_test.c30 static void read_and_discard_sysfs_entries(int path_fd, int indent) in read_and_discard_sysfs_entries() argument
43 dir = fdopendir(path_fd); in read_and_discard_sysfs_entries()
54 openat(path_fd, dirent->d_name, O_RDONLY | in read_and_discard_sysfs_entries()
68 sub_fd = openat(path_fd, dirent->d_name, O_RDONLY); in read_and_discard_sysfs_entries()
/external/python/cpython3/Doc/library/
Dos.rst1751 This function can support :ref:`specifying a file descriptor <path_fd>`. The
1824 This function can support :ref:`specifying a file descriptor <path_fd>`,
1849 This function can support :ref:`specifying a file descriptor <path_fd>`,
1982 <path_fd>`; the file descriptor must refer to a directory.
2193 <path_fd>`.
2403 <path_fd>`; the file descriptor must refer to a directory.
2454 Added support for :ref:`file descriptors <path_fd>` on Unix.
2496 argument was a :ref:`file descriptor <path_fd>`, the :attr:`path`
2611 This function can support :ref:`specifying a file descriptor <path_fd>` and
2881 This function can support :ref:`specifying a file descriptor <path_fd>`.
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.7.rst1165 :func:`os.scandir` gained support for :ref:`file descriptors <path_fd>`.