Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h47 path_converter, &path, FSTATAT_DIR_FD_CONVERTER, &dir_fd, &follow_symlinks)) { in os_stat()
84 path_converter, &path, FSTATAT_DIR_FD_CONVERTER, &dir_fd)) { in os_lstat()
149path_converter, &path, &mode, FACCESSAT_DIR_FD_CONVERTER, &dir_fd, &effective_ids, &follow_symlink… in os_access()
251 path_converter, &path)) { in os_chdir()
345 path_converter, &path, &mode, FCHMODAT_DIR_FD_CONVERTER, &dir_fd, &follow_symlinks)) { in os_chmod()
421 path_converter, &path, &mode)) { in os_lchmod()
467 path_converter, &path, &flags, &follow_symlinks)) { in os_chflags()
508 path_converter, &path, &flags)) { in os_lchflags()
545 path_converter, &path)) { in os_chroot()
701path_converter, &path, _Py_Uid_Converter, &uid, _Py_Gid_Converter, &gid, FCHOWNAT_DIR_FD_CONVERTER… in os_chown()
[all …]
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b2.rst484 Fix memory leak on Windows in the os module (fix path_converter() function).
D3.6.1rc1.rst115 Fix memory leak and use-after-free in os module (path_converter).
D3.7.0a1.rst866 Fix memory leak and use-after-free in os module (path_converter).
4482 Fix memory leak on Windows in the os module (fix path_converter() function).
/external/python/cpython3/Modules/
Dposixmodule.c932 path_converter(PyObject *o, void *p) in path_converter() function
7168 path_converter, &path, in posix_readlink()