Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c1020 update_compiled_module(PyCodeObject *co, PyObject *newname) in update_compiled_module() function
1052 update_compiled_module(code, path); in _imp__fix_co_filename_impl()
/external/python/cpython2/Python/
Dimport.c1020 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module() function
1120 if (update_compiled_module(co, pathname) < 0) in load_source_module()