Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtiffiop.h314 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) macro
324 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) macro