Home
last modified time | relevance | path

Searched refs:fdopendir (Results 1 – 25 of 27) 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/
Dvgem_basic.c266 DIR *dirp = fdopendir(dir); in test_sysfs_read()
294 DIR *dirp = fdopendir(dir); in test_debugfs_read()
Ddebugfs_test.c43 dir = fdopendir(path_fd); in read_and_discard_sysfs_entries()
/external/toybox/lib/
Ddirtree.c147 if (node->dirfd == -1 || !(dir = fdopendir(node->dirfd))) { in dirtree_recurse()
/external/toybox/toys/net/
Dnetstat.c247 if (!(dp = fdopendir(dirfd))) { in scan_pids()
/external/e2fsprogs/contrib/
Dspd_readdir.c273 DIR *fdopendir(int fd) in fdopendir() function
/external/honggfuzz/
Dinput.c191 if ((hfuzz->io.inputDirPtr = fdopendir(dir_fd)) == NULL) { in input_init()
/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.rs513 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()
2660 subdir = fdopendir(fd); in depfile_up_to_date_dir()
/external/rust/crates/libc/src/unix/
Dmod.rs1456 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR;
/external/toybox/toys/pending/
Dsh.c1466 DIR *dir = fdopendir(fd); in dump_filehandles()
/external/python/cpython3/
Dpyconfig.h.in341 /* Define to 1 if you have the `fdopendir' function. */
Dconfigure.ac3544 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
Dconfigure11464 fdwalk fexecve fdopendir fork fpathconf fstatat ftime ftruncate futimesat \
/external/python/cpython3/Modules/
Dposixmodule.c3717 dirp = fdopendir(fd); in _posix_listdir()
13267 iterator->dirp = fdopendir(fd); in os_scandir_impl()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs4036 pub fn fdopendir(fd: ::c_int) -> *mut ::DIR; in fdopendir() function
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt1682 fun:fdopendir=uninstrumented

12