Searched defs:cpathname (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/python/cpython2/Python/ |
D | import.c | 809 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module() 841 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() 862 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module() 951 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module() 1081 char *cpathname; in load_source_module() local
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | import.c | 682 const char *cpathname) in PyImport_ExecCodeModuleWithPathnames() 783 PyObject *cpathname) in PyImport_ExecCodeModuleObject()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/ |
D | _bootstrap_external.py | 1710 def _fix_up_module(ns, name, pathname, cpathname=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/ |
D | _bootstrap_external.py | 1710 def _fix_up_module(ns, name, pathname, cpathname=None): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/ |
H A D | _bootstrap_external.py | 1710 def _fix_up_module(ns, name, pathname, cpathname=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/ |
D | _bootstrap_external.py | 1710 def _fix_up_module(ns, name, pathname, cpathname=None): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/ |
D | _bootstrap_external.py | 1710 def _fix_up_module(ns, name, pathname, cpathname=None): argument
|
/aosp_15_r20/external/python/cpython3/Lib/importlib/ |
D | _bootstrap_external.py | 1710 def _fix_up_module(ns, name, pathname, cpathname=None): argument
|