HomeSort by relevance Sort by last modified time
    Searched refs:_Py_open_noraise (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
fileutils.h 60 PyAPI_FUNC(int) _Py_open_noraise(
  /external/python/cpython3/Python/
random.c 364 fd = _Py_open_noraise("/dev/urandom", O_RDONLY);
fileutils.c 34 The flag is used by _Py_open(), _Py_open_noraise(), io.FileIO
1005 _Py_open_noraise(const char *pathname, int flags)
    [all...]
  /external/python/cpython3/Modules/
_posixsubprocess.c 275 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY);

Completed in 1009 milliseconds