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

/external/pdfium/third_party/libtiff/
H A Dtiffiop.h296 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) macro
306 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) macro

Completed in 61 milliseconds