Home
last modified time | relevance | path

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

/external/python/cpython2/PC/bdist_wininst/
Dinstall.c250 static int do_compile_files(int (__cdecl * PyRun_SimpleString)(char *), in do_compile_files() function
332 errors += do_compile_files(PyRun_SimpleString, optimize_flag); in compile_filelist()