Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dopj_includes.h80 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument
83 # define OPJ_STAT(path,stat_buff) _stati64(path,/* struct _stati64 */ stat_buff) argument
86 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) argument
89 # define OPJ_STAT(path,stat_buff) stat(path,stat_buff) argument
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
D14-1.c41 struct stat stat_buff; in main() local
73 if (stat(tmpfname, &stat_buff) == -1) { in main()
79 ctime1 = stat_buff.st_ctime; in main()
80 mtime1 = stat_buff.st_mtime; in main()
95 if (stat(tmpfname, &stat_buff) == -1) { in main()
101 ctime2 = stat_buff.st_ctime; in main()
102 mtime2 = stat_buff.st_mtime; in main()
D13-1.c44 struct stat stat_buff, stat_buff2; in main() local
70 if (stat(tmpfname, &stat_buff) == -1) { in main()
76 atime1 = stat_buff.st_atime; in main()
111 if (stat(tmpfname, &stat_buff) == -1) { in main()
117 atime3 = stat_buff.st_atime; in main()
/external/pdfium/third_party/libtiff/
Dtiffiop.h300 #define _TIFF_fstat_f(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument
310 #define _TIFF_fstat_f(fildes,stat_buff) fstat(fildes,stat_buff) argument