Home
last modified time | relevance | path

Searched refs:maybe_pyc_file (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c861 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file() function
922 if (maybe_pyc_file(fp, filename, ext, closeit)) { in PyRun_SimpleFileExFlags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c874 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file() function
936 if (maybe_pyc_file(fp, filename, ext, closeit)) { in PyRun_SimpleFileExFlags()