Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h83 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) macro
89 # define OPJ_STAT(path,stat_buff) stat(path,stat_buff) macro