Searched defs:cpathname (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/ |
D | import.c | 737 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module() 769 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() 790 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module() 879 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat) in write_compiled_module() 972 char *cpathname; in load_source_module() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | import.c | 737 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module() 769 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() 790 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module() 879 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat) in write_compiled_module() 972 char *cpathname; in load_source_module() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | import.c | 769 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module() 801 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() 822 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module() 911 write_compiled_module(PyCodeObject *co, char *cpathname, struct stat *srcstat, time_t mtime) in write_compiled_module() 1041 char *cpathname; in load_source_module() local
|