Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h80 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) macro
86 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) macro