Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 25 of 28) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dglob.py10 def glob(pathname): argument
18 def iglob(pathname): argument
Dimputil.py415 def _compile(pathname, timestamp): argument
483 def _os_path_isdir(pathname): argument
491 def _timestamp(pathname): argument
556 def _import_pathname(self, pathname, fqname): argument
Dmodulefinder.py110 def run_script(self, pathname): argument
116 def load_file(self, pathname): argument
282 def load_module(self, fqname, fp, pathname, file_info): argument
449 def load_package(self, fqname, pathname): argument
Dpkgutil.py246 def get_data(self, pathname): argument
Dzipfile.py1266 def writepy(self, pathname, basename = ""): argument
1331 def _get_codename(self, pathname, basename): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Ddynload_dl.c20 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Dimport.c650 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname) in PyImport_ExecCodeModuleEx()
709 make_compiled_pathname(char *pathname, char *buf, size_t buflen) in make_compiled_pathname()
737 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module()
818 parse_source_module(const char *pathname, FILE *fp) in parse_source_module()
943 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module()
967 load_source_module(char *name, char *pathname, FILE *fp) in load_source_module()
1038 load_package(char *name, char *pathname) in load_package()
2837 char pathname[MAXPATHLEN+1]; in find_module() local
2967 char *pathname; in find_module() local
2989 char *pathname; in find_module() local
[all …]
Ddynload_aix.c108 aix_loaderror(const char *pathname) in aix_loaderror()
158 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Ddynload_atheos.c18 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Dimportdl.c22 _PyImport_LoadDynamicModule(char *name, char *pathname, FILE *fp) in _PyImport_LoadDynamicModule()
Ddynload_hpux.c23 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Ddynload_os2.c19 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Ddynload_next.c35 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Ddynload_shlib.c70 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Ddynload_beos.c158 const char *pathname, FILE *fp) in _PyImport_GetDynLoadFunc()
Ddynload_win.c167 const char *pathname, FILE *fp)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c650 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname) in PyImport_ExecCodeModuleEx()
709 make_compiled_pathname(char *pathname, char *buf, size_t buflen) in make_compiled_pathname()
737 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module()
818 parse_source_module(const char *pathname, FILE *fp) in parse_source_module()
943 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module()
967 load_source_module(char *name, char *pathname, FILE *fp) in load_source_module()
1038 load_package(char *name, char *pathname) in load_package()
2837 char pathname[MAXPATHLEN+1]; in find_module() local
2967 char *pathname; in find_module() local
2989 char *pathname; in find_module() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dutil.py185 def convert_path (pathname): argument
213 def change_root (new_root, pathname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimportdl.c22 _PyImport_LoadDynamicModule(char *name, char *pathname, FILE *fp) in _PyImport_LoadDynamicModule()
Dimport.c682 PyImport_ExecCodeModuleEx(char *name, PyObject *co, char *pathname) in PyImport_ExecCodeModuleEx()
741 make_compiled_pathname(char *pathname, char *buf, size_t buflen) in make_compiled_pathname()
769 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module()
850 parse_source_module(const char *pathname, FILE *fp) in parse_source_module()
980 update_compiled_module(PyCodeObject *co, char *pathname) in update_compiled_module()
1007 win32_mtime(FILE *fp, char *pathname) in win32_mtime()
1036 load_source_module(char *name, char *pathname, FILE *fp) in load_source_module()
1126 load_package(char *name, char *pathname) in load_package()
1889 load_module(char *name, FILE *fp, char *pathname, int type, PyObject *loader) in load_module()
2951 char *pathname; in call_find_module() local
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dmodulefinder.py110 def run_script(self, pathname): argument
116 def load_file(self, pathname): argument
282 def load_module(self, fqname, fp, pathname, file_info): argument
449 def load_package(self, fqname, pathname): argument
Dpkgutil.py254 def get_data(self, pathname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dftpmirror.py368 def makedir(pathname): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzipimport.c937 unmarshal_code(char *pathname, PyObject *data, time_t mtime) in unmarshal_code()
1020 compile_source(char *pathname, PyObject *source) in compile_source()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzipimport.c965 unmarshal_code(char *pathname, PyObject *data, time_t mtime) in unmarshal_code()
1048 compile_source(char *pathname, PyObject *source) in compile_source()

12