Home
last modified time | relevance | path

Searched refs:open_the_file (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c319 open_the_file(PyFileObject *f, char *name, char *mode) in open_the_file() function
501 if (open_the_file(f, name, mode) == NULL) { in PyFile_FromString()
2430 if (open_the_file(foself, name, mode) == NULL) in file_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c319 open_the_file(PyFileObject *f, char *name, char *mode) in open_the_file() function
494 if (open_the_file(f, name, mode) == NULL) { in PyFile_FromString()
2363 if (open_the_file(foself, name, mode) == NULL) in file_init()