Searched refs:stat_buff (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | opj_includes.h | 79 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument 82 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) argument 85 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) argument 88 # define OPJ_STAT(path,stat_buff) stat(path,stat_buff) argument
|
/external/pdfium/third_party/libtiff/ |
D | tiffiop.h | 296 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument 306 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) argument
|