Home
last modified time | relevance | path

Searched refs:dircheck (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c146 dircheck(fileio* self, const char *name) in dircheck() function
359 if(dircheck(self, name) < 0) in fileio_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c142 dircheck(fileio* self, PyObject *nameobj) in dircheck() function
350 if (dircheck(self, nameobj) < 0) in fileio_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c120 dircheck(PyFileObject* f) in dircheck() function
181 f = dircheck(f); in fill_file_fields()
412 f = dircheck(f); in open_the_file()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c120 dircheck(PyFileObject* f) in dircheck() function
181 f = dircheck(f); in fill_file_fields()
412 f = dircheck(f); in open_the_file()