Home
last modified time | relevance | path

Searched refs:fdopendir (Results 1 – 25 of 31) sorted by relevance

12

/external/python/cffi/demo/
Dreaddir_ctypes.py37 fdopendir = C.fdopendir variable
38 fdopendir.argtypes = [ctypes.c_int]
39 fdopendir.restype = DIR_p
52 dir = fdopendir(dirfd)
Dreaddir.py18 dir = lib.fdopendir(dirfd)
Dreaddir2.py18 dir = lib.fdopendir(dirfd)
/external/python/cpython3/Misc/
Dcoverity_model.c116 DIR *fdopendir(int fd) in fdopendir() function
/external/linux-kselftest/tools/testing/selftests/proc/
Dread.c110 dd = fdopendir(fd); in f()
Dfd-003-kthread.c101 d = fdopendir(fd); in test_readdir()
/external/igt-gpu-tools/tests/
Ddebugfs_test.c43 dir = fdopendir(path_fd); in read_and_discard_sysfs_entries()
Dvgem_basic.c266 DIR *dirp = fdopendir(dir); in test_sysfs_read()
294 DIR *dirp = fdopendir(dir); in test_debugfs_read()
/external/rust/crates/nix/src/
Ddir.rs56 let d = unsafe { libc::fdopendir(fd) }; in from_fd()
/external/toybox/lib/
Ddirtree.c150 else if (node->dirfd != -1) dir = fdopendir(node->dirfd); in dirtree_recurse()
/external/llvm-project/clang/test/Analysis/
Dstd-c-library-functions-POSIX.c182 DIR *fdopendir(int fd);
/external/toybox/toys/net/
Dnetstat.c223 if (!(dp = fdopendir(dirfd))) close(dirfd); in scan_pids()
/external/e2fsprogs/contrib/
Dspd_readdir.c273 DIR *fdopendir(int fd) in fdopendir() function
/external/libbrillo/brillo/files/
Dsafe_fd.cc481 ScopedDIR dir(fdopendir(dup_fd)); in Rmdir()
/external/toybox/toys/posix/
Dfind.c336 DIR *dfd = fdopendir(fd); in do_find()
/external/igt-gpu-tools/tests/i915/
Di915_pm_rpm.c584 dir = fdopendir(sysfs_card_fd); in find_i2c_path()
604 dir = fdopendir(connector_fd); in find_i2c_path()
/external/rust/crates/libc/src/
Dwasi.rs489 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() function
/external/igt-gpu-tools/runner/
Drunner_tests.c121 d = fdopendir(dirfd); in clear_directory_fd()
/external/kmod/tools/
Ddepmod.c1286 subdir = fdopendir(fd); in depmod_modules_search_dir()
2726 subdir = fdopendir(fd); in depfile_up_to_date_dir()
/external/rust/crates/libc/src/unix/
Dmod.rs1399 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR;
/external/python/cpython3/Modules/
Dposixmodule.c109 # define HAVE_FDOPENDIR_RUNTIME (fdopendir != NULL)
4044 dirp = fdopendir(fd); in _posix_listdir()
14046 iterator->dirp = fdopendir(fd); in os_scandir_impl()
/external/python/cpython3/
Dpyconfig.h.in341 /* Define to 1 if you have the `fdopendir' function. */
/external/rust/crates/nix/
DCHANGELOG.md461 - Added a `dir` module for reading directories (wraps `fdopendir`, `readdir`, and `rewinddir`).
/external/toybox/toys/pending/
Dsh.c321 DIR *X = fdopendir(fd); in debug_show_fds()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3872 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() function

12