Searched defs:cpathname (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython2/Python/ |
D | import.c | 787 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
|
/external/python/cpython3/Python/ |
D | import.c | 738 const char *cpathname) in PyImport_ExecCodeModuleWithPathnames() 840 PyObject *cpathname) in PyImport_ExecCodeModuleObject()
|
/external/python/cpython3/Lib/importlib/ |
D | _bootstrap_external.py | 1336 def _fix_up_module(ns, name, pathname, cpathname=None): argument
|