Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_xml_etree.py415 def file_init(): function
/external/python/cpython2/Objects/
Dfileobject.c2373 file_init(PyObject *self, PyObject *args, PyObject *kwds) in file_init() function
2503 file_init, /* tp_init */
/external/libpng/contrib/tools/
Dpngfix.c1029 file_init(struct file *file, struct global *global, const char *file_name, in file_init() function
3572 return file_init(&control->file, global, file_name, out_name, control, in control_init()