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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
stat.h 41 #define _STAT_VER _STAT_VER_LINUX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stat.h 41 #define _STAT_VER _STAT_VER_LINUX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 382 data structure and bits used. <bits/stat.h> defines _STAT_VER with
392 #ifndef _STAT_VER
393 # define _STAT_VER 0
457 return __xstat (_STAT_VER, __path, __statbuf);
464 return __lxstat (_STAT_VER, __path, __statbuf);
471 return __fxstat (_STAT_VER, __fd, __statbuf);
479 return __fxstatat (_STAT_VER, __fd, __filename, __statbuf, __flag);
506 return __xstat64 (_STAT_VER, __path, __statbuf);
513 return __lxstat64 (_STAT_VER, __path, __statbuf);
520 return __fxstat64 (_STAT_VER, __fd, __statbuf)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 382 data structure and bits used. <bits/stat.h> defines _STAT_VER with
392 #ifndef _STAT_VER
393 # define _STAT_VER 0
457 return __xstat (_STAT_VER, __path, __statbuf);
464 return __lxstat (_STAT_VER, __path, __statbuf);
471 return __fxstat (_STAT_VER, __fd, __statbuf);
479 return __fxstatat (_STAT_VER, __fd, __filename, __statbuf, __flag);
506 return __xstat64 (_STAT_VER, __path, __statbuf);
513 return __lxstat64 (_STAT_VER, __path, __statbuf);
520 return __fxstat64 (_STAT_VER, __fd, __statbuf)
    [all...]

Completed in 131 milliseconds