Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpythonrun.c882 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/
Dpythonrun.c313 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()