Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dzipimport.c1178 get_mtime_of_source(ZipImporter *self, char *path) in get_mtime_of_source() function
1260 mtime = get_mtime_of_source(self, path); in get_module_code()
/external/python/cpython3/Modules/
Dzipimport.c1471 get_mtime_of_source(ZipImporter *self, PyObject *path) in get_mtime_of_source() function
1563 mtime = get_mtime_of_source(self, fullpath); in get_module_code()