Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dimport.c929 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module() function
1118 write_compiled_module(co, cpathname, &st, mtime); in load_source_module()