Searched refs:_fh_close (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dsysdeps_win32.cpp55 int (*_fh_close)(FH); member in struct:FHClassRec_
266 _fh_close( FH f ) function
278 f->clazz->_fh_close( f );
297 _fh_close(fh);
302 // Like std::unique_ptr, but calls _fh_close() instead of operator delete().
419 _fh_close(f);
465 _fh_close(f);
535 _fh_close(f);

Completed in 35 milliseconds