HomeSort by relevance Sort by last modified time
    Searched defs:cpathname (Results 1 - 4 of 4) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
import.c 737 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
743 fp = fopen(cpathname, "rb");
749 PySys_WriteStderr("# %s has bad magic\n", cpathname);
756 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
761 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname);
769 read_compiled_module(char *cpathname, FILE *fp)
778 "Non-code object in %.200s", cpathname);
790 load_compiled_module(char *name, char *cpathname, FILE *fp)
799 "Bad magic number in %.200s", cpathname);
803 co = read_compiled_module(cpathname, fp);
972 char *cpathname; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
import.c 769 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
775 fp = fopen(cpathname, "rb");
781 PySys_WriteStderr("# %s has bad magic\n", cpathname);
788 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
793 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname);
801 read_compiled_module(char *cpathname, FILE *fp)
810 "Non-code object in %.200s", cpathname);
822 load_compiled_module(char *name, char *cpathname, FILE *fp)
831 "Bad magic number in %.200s", cpathname);
835 co = read_compiled_module(cpathname, fp);
1041 char *cpathname; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
import.c 737 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
743 fp = fopen(cpathname, "rb");
749 PySys_WriteStderr("# %s has bad magic\n", cpathname);
756 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
761 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname);
769 read_compiled_module(char *cpathname, FILE *fp)
778 "Non-code object in %.200s", cpathname);
790 load_compiled_module(char *name, char *cpathname, FILE *fp)
799 "Bad magic number in %.200s", cpathname);
803 co = read_compiled_module(cpathname, fp);
972 char *cpathname; local
    [all...]
  /external/python/cpython2/Python/
import.c 787 check_compiled_module(char *pathname, time_t mtime, char *cpathname)
793 fp = fopen(cpathname, "rb");
799 PySys_WriteStderr("# %s has bad magic\n", cpathname);
806 PySys_WriteStderr("# %s has bad mtime\n", cpathname);
811 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname);
819 read_compiled_module(char *cpathname, FILE *fp)
828 "Non-code object in %.200s", cpathname);
840 load_compiled_module(char *name, char *cpathname, FILE *fp)
849 "Bad magic number in %.200s", cpathname);
853 co = read_compiled_module(cpathname, fp)
1059 char *cpathname; local
    [all...]

Completed in 227 milliseconds