Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_posixsubprocess.c623 exec_array = _PySequence_BytesToCharpArray(executable_list); in subprocess_fork_exec()
653 argv = _PySequence_BytesToCharpArray(converted_args); in subprocess_fork_exec()
661 envp = _PySequence_BytesToCharpArray(env_list); in subprocess_fork_exec()
/external/python/cpython3/Include/
Dabstract.h1091 PyAPI_FUNC(char *const *) _PySequence_BytesToCharpArray(PyObject* self);
/external/python/cpython3/Objects/
Dabstract.c2570 _PySequence_BytesToCharpArray(PyObject* self) in _PySequence_BytesToCharpArray() function