Home
last modified time | relevance | path

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

/external/syslinux/core/fs/
Dchdir.c80 _close_file(file); in realpath()
107 _close_file(file); in chdir()
113 _close_file(file); in chdir()
Dreaddir.c23 _close_file(file); in opendir()
54 _close_file(dd_dir); in closedir()
Dfs.c81 __export void _close_file(struct file *file) in _close_file() function
134 _close_file(file); in pmapi_read_file()
335 _close_file(file); in searchdir()
357 _close_file(file); in open_file()
374 _close_file(file); in close_file()
/external/syslinux/com32/elflink/ldlinux/
Dloadhigh.c98 _close_file(file); in pm_load_high()
/external/syslinux/core/include/
Dfs.h205 void _close_file(struct file *);
/external/python/cpython2/Lib/xml/etree/
DElementTree.py1214 self._close_file = close_source
1288 if self._close_file:
1291 if self._close_file:
/external/python/cpython2/Lib/test/
Dtest_file2k.py518 def _close_file(self): member in FileThreadingTests
526 self._close_file()