Home
last modified time | relevance | path

Searched defs:dir_fd (Results 1 – 22 of 22) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat01.c47 static int dir_fd, fd; variable
57 int *dir_fd; member
/third_party/ltp/testcases/kernel/syscalls/readlinkat/
Dreadlinkat01.c45 static int dir_fd, fd; variable
55 int *dir_fd; member
Dreadlinkat02.c44 static int file_fd, dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/mkdirat/
Dmkdirat01.c46 static int dir_fd, fd; variable
51 int *dir_fd; member
Dmkdirat02.c21 static int dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat01.c52 static int dir_fd, fd; variable
57 int *dir_fd; member
Dmknodat02.c57 static int dir_fd; variable
64 int *dir_fd; member
/third_party/ltp/testcases/kernel/syscalls/fchownat/
Dfchownat02.c44 static int dir_fd; variable
Dfchownat01.c46 static int dir_fd; variable
/third_party/ltp/testcases/kernel/syscalls/pipe/
Dpipe07.c110 int dir_fd, fd; in record_open_fds() local
/third_party/python/Doc/library/
Dos.rst1519 .. _dir_fd: target in Files and Directories
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat201.c16 static int dir_fd = -1, fd_atcwd = AT_FDCWD; variable
/third_party/ltp/testcases/kernel/syscalls/readdir/
Dreaddir21.c56 static unsigned int dir_fd; variable
/third_party/boost/libs/process/test/
Dlimit_fd.cpp101 int dir_fd = ::dirfd(::opendir(".")); variable
/third_party/python/Modules/
Dposixmodule.c1310 int dir_fd; in dir_fd_unavailable() local
1342 path_and_dir_fd_invalid(const char *function_name, path_t *path, int dir_fd) in path_and_dir_fd_invalid()
1358 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid()
1383 dir_fd_and_follow_symlinks_invalid(const char *function_name, int dir_fd, in dir_fd_and_follow_symlinks_invalid()
2421 int dir_fd, int follow_symlinks) in posix_do_stat()
2811 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks) in os_stat_impl()
2834 os_lstat_impl(PyObject *module, path_t *path, int dir_fd) in os_lstat_impl()
2882 os_access_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_access_impl()
3151 os_chmod_impl(PyObject *module, path_t *path, int mode, int dir_fd, in os_chmod_impl()
3544 int dir_fd, int follow_symlinks) in os_chown_impl()
[all …]
/third_party/flutter/engine/flutter/fml/platform/win/
Dfile_win.cc122 auto dir_fd = OpenDirectory(WideStringToString(temp_dir).c_str(), true, in CreateTemporaryDirectory() local
/third_party/python/Modules/clinic/
Dposixmodule.c.h45 int dir_fd = DEFAULT_DIR_FD; in os_stat() local
104 int dir_fd = DEFAULT_DIR_FD; in os_lstat() local
178 int dir_fd = DEFAULT_DIR_FD; in os_access() local
424 int dir_fd = DEFAULT_DIR_FD; in os_chmod() local
881 int dir_fd = DEFAULT_DIR_FD; in os_chown() local
1343 int dir_fd = DEFAULT_DIR_FD; in os_mkdir() local
1703 int dir_fd = DEFAULT_DIR_FD; in os_rmdir() local
1872 int dir_fd = DEFAULT_DIR_FD; in os_unlink() local
1923 int dir_fd = DEFAULT_DIR_FD; in os_remove() local
2020 int dir_fd = DEFAULT_DIR_FD; in os_utime() local
[all …]
/third_party/python/Lib/
Dos.py430 def fwalk(top=".", topdown=True, onerror=None, *, follow_symlinks=False, dir_fd=None): argument
/third_party/uboot/u-boot-2020.01/tools/env/
Dfw_env.c1326 int dir_fd; in flash_io_write() local
/third_party/glib/glib/
Dgspawn.c1390 int dir_fd = open ("/proc/self/fd", O_RDONLY | O_DIRECTORY); in safe_fdwalk() local
Dgfileutils.c1070 int dir_fd = g_open (dir, O_RDONLY, 0); in rename_file() local
/third_party/glib/gio/
Dglocalfile.c2833 int dir_fd = -1; in g_local_file_measure_size_of_file() local