Home
last modified time | relevance | path

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

/external/python/cpython2/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()
2429 if (open_the_file(foself, name, mode) == NULL) in file_init()