Searched refs:maybe_pyc_file (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Python/ |
D | pythonrun.c | 882 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file() function 944 if (maybe_pyc_file(fp, filename, ext, closeit)) { in PyRun_SimpleFileExFlags()
|
/external/python/cpython3/Python/ |
D | pythonrun.c | 313 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file() function 413 if (maybe_pyc_file(fp, filename, ext, closeit)) { in PyRun_SimpleFileExFlags()
|