Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c4047 int dir_fd_specified; in internal_rename() local
4056 dir_fd_specified = (src_dir_fd != DEFAULT_DIR_FD) || in internal_rename()
4059 if (dir_fd_specified) { in internal_rename()
4082 if (dir_fd_specified) in internal_rename()