Home
last modified time | relevance | path

Searched refs:PyRun_File (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h95 #define PyRun_File(fp, p, s, g, l) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h95 #define PyRun_File(fp, p, s, g, l) \ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c1929 #undef PyRun_File
1931 PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l) in PyRun_File() function
Dceval.c4723 v = PyRun_File(fp, name, Py_file_input, globals, in exec_statement()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1954 #undef PyRun_File
1956 PyRun_File(FILE *fp, const char *p, int s, PyObject *g, PyObject *l) in PyRun_File() function
Dceval.c4745 v = PyRun_File(fp, name, Py_file_input, globals, in exec_statement()