Home
last modified time | relevance | path

Searched refs:_Py_open_osfhandle (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dfileutils.h171 PyAPI_FUNC(int) _Py_open_osfhandle(void *handle, int flags);
/third_party/python/PC/
Dmsvcrtmodule.c184 return _Py_open_osfhandle(handle, flags); in msvcrt_open_osfhandle_impl()
/third_party/python/Python/
Dfileutils.c2266 _Py_open_osfhandle(void *handle, int flags) in _Py_open_osfhandle() function