Home
last modified time | relevance | path

Searched defs:cpathname (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Python/
Dimport.c787 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module()
819 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module()
840 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module()
929 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module()
1059 char *cpathname; in load_source_module() local