HomeSort by relevance Sort by last modified time
    Searched refs:_off_t (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
osdirent.h 15 _off_t d_off;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h 5 typedef long _off_t; typedef
unistd.h 59 int ftruncate(int, _off_t);
61 int truncate(const char *, _off_t);
64 __CRT_INLINE int ftruncate(int __fd, _off_t __length)
_mingw_stat64.h 27 _off_t st_size;
42 _off_t st_size;
71 _off_t st_size;
stdio.h 462 /* int fseeko32(FILE* stream, _off_t offset, int whence);*/ /* fseeko32 redirects to fseeko64 */
464 int fseeko(FILE* stream, _off_t offset, int whence);
475 _off_t ftello(FILE * stream);
    [all...]
  /external/e2fsprogs/include/nonunix/
unistd.h 24 #define off_t _off_t
  /external/libvpx/libvpx/
tools_common.h 28 typedef long _off_t; // NOLINT - MSVS compatible type typedef
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.h 28 typedef long _off_t; // NOLINT - MSVS compatible type typedef
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 90 _Stat->st_size=(_off_t) st.st_size;
116 _Stat->st_size=(_off_t) st.st_size;
217 _Stat->st_size=(_off_t) st.st_size;
242 _Stat->st_size=(_off_t) st.st_size;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win16.h 190 typedef long _off_t; typedef
200 _off_t st_size;
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.h 65 #include <sys/types.h> /* for _off_t */
272 typedef _off_t off_t;
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.h 62 #include <sys/types.h> /* for _off_t */
269 typedef _off_t off_t;

Completed in 399 milliseconds