Searched refs:set_argv0 (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython2/Launcher/
H A Dlauncher_internal.h33 int RunModule(const char *module, int set_argv0);
H A Dlauncher_internal.cpp41 int RunModule(const char *module, int set_argv0) { argument
54 runargs = Py_BuildValue("(si)", module, set_argv0);
/external/python/cpython2/Modules/
H A Dmain.c170 static int RunModule(char *module, int set_argv0) argument
184 runargs = Py_BuildValue("(si)", module, set_argv0);
/external/python/cpython3/Modules/
H A Dmain.c179 static int RunModule(wchar_t *modname, int set_argv0) argument
203 runargs = Py_BuildValue("(Oi)", module, set_argv0);

Completed in 208 milliseconds