Home
last modified time | relevance | path

Searched defs:stat_buff (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_includes.h79 # 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