Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_posixsubprocess.c786 exec_array = _PySequence_BytesToCharpArray(executable_list); in subprocess_fork_exec()
816 argv = _PySequence_BytesToCharpArray(converted_args); in subprocess_fork_exec()
824 envp = _PySequence_BytesToCharpArray(env_list); in subprocess_fork_exec()
/third_party/python/Include/cpython/
Dabstract.h359 PyAPI_FUNC(char *const *) _PySequence_BytesToCharpArray(PyObject* self);
/third_party/python/Objects/
Dabstract.c2921 _PySequence_BytesToCharpArray(PyObject* self) in _PySequence_BytesToCharpArray() function