Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c1436 dir_fd_and_fd_invalid(const char *function_name, int dir_fd, int fd) in dir_fd_and_fd_invalid() function
2532 dir_fd_and_fd_invalid("stat", dir_fd, path->fd) || in posix_do_stat()
3660 if (dir_fd_and_fd_invalid("chown", dir_fd, path->fd) || in os_chown_impl()
5533 dir_fd_and_fd_invalid("utime", dir_fd, path->fd) || in os_utime_impl()