Searched refs:path_converter (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 47 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() 149 …path_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() 701 …path_converter, &path, _Py_Uid_Converter, &uid, _Py_Gid_Converter, &gid, FCHOWNAT_DIR_FD_CONVERTER… in os_chown() [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0b2.rst | 484 Fix memory leak on Windows in the os module (fix path_converter() function).
|
D | 3.6.1rc1.rst | 115 Fix memory leak and use-after-free in os module (path_converter).
|
D | 3.7.0a1.rst | 866 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/ |
D | posixmodule.c | 932 path_converter(PyObject *o, void *p) in path_converter() function 7168 path_converter, &path, in posix_readlink()
|