HomeSort by relevance Sort by last modified time
    Searched defs:_stat32i64 (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 90 int _fstat32i64(int fd, struct _stat32i64* buf) {
203 int _stat32i64(const char* path, struct _stat32i64* buf) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 8 #define _stat32i64 _stati64 macro
49 struct _stat32i64 { struct
  /external/bison/darwin-lib/sys/
stat.h 954 /* The system headers define _stati64 to _stat32i64. */
955 # undef _stat32i64 macro
956 # define _stat32i64(name, st) rpl_stat (name, st) macro
968 /* The system headers define stat to _stat32i64. */
969 # undef _stat32i64 macro
970 # define _stat32i64(name, st) rpl_stat (name, st) macro
    [all...]

Completed in 498 milliseconds