Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h114 PyAPI_FUNC(int) _Py_open_noraise(
/external/python/cpython3/Python/
Dbootstrap_hash.c378 fd = _Py_open_noraise("/dev/urandom", O_RDONLY); in dev_urandom()
Dfileutils.c1227 _Py_open_noraise(const char *pathname, int flags) in _Py_open_noraise() function
/external/python/cpython3/Modules/
D_posixsubprocess.c281 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY); in _close_open_fds_safe()