Home
last modified time | relevance | path

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

/third_party/libbpf/src/
Dbpf.h291 int path_fd; member
295 #define bpf_obj_pin_opts__last_field path_fd
305 int path_fd; member
309 #define bpf_obj_get_opts__last_field path_fd
Dbpf.c577 const size_t attr_sz = offsetofend(union bpf_attr, path_fd); in bpf_obj_pin_opts()
585 attr.path_fd = OPTS_GET(opts, path_fd, 0); in bpf_obj_pin_opts()
606 const size_t attr_sz = offsetofend(union bpf_attr, path_fd); in bpf_obj_get_opts()
614 attr.path_fd = OPTS_GET(opts, path_fd, 0); in bpf_obj_get_opts()
/third_party/libfuse/test/
Dtest_syscalls.c516 int path_fd; in create_path_fd() local
523 path_fd = open(path, O_PATH); in create_path_fd()
524 if (path_fd == -1) in create_path_fd()
527 return path_fd; in create_path_fd()
/third_party/python/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.
2192 <path_fd>`.
2402 <path_fd>`; the file descriptor must refer to a directory.
2453 Added support for :ref:`file descriptors <path_fd>` on Unix.
2495 argument was a :ref:`file descriptor <path_fd>`, the :attr:`path`
2610 This function can support :ref:`specifying a file descriptor <path_fd>` and
2880 This function can support :ref:`specifying a file descriptor <path_fd>`.
[all …]
/third_party/libbpf/include/uapi/linux/
Dbpf.h1485 __s32 path_fd; member
/third_party/python/Doc/whatsnew/
D3.7.rst1165 :func:`os.scandir` gained support for :ref:`file descriptors <path_fd>`.