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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_win.cc 76 int _fstat32(int fd, struct _stat32* buf) {
182 int _stat32(const char* path, struct _stat32* buf) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_stat64.h 5 #define _stat32 _stat macro
19 struct _stat32 { struct
  /external/bison/darwin-lib/sys/
stat.h 978 /* The system headers define stat to _stat32. */
979 # undef _stat32 macro
980 # define _stat32(name, st) rpl_stat (name, st) macro
    [all...]

Completed in 523 milliseconds