OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Py_open_noraise
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Include/
fileutils.h
114
PyAPI_FUNC(int)
_Py_open_noraise
(
/external/python/cpython3/Python/
bootstrap_hash.c
378
fd =
_Py_open_noraise
("/dev/urandom", O_RDONLY);
fileutils.c
30
The flag is used by _Py_open(),
_Py_open_noraise
(), io.FileIO
[
all
...]
/external/python/cpython3/Modules/
_posixsubprocess.c
281
fd_dir_fd =
_Py_open_noraise
(FD_DIR, O_RDONLY);
Completed in 730 milliseconds