HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 26 - 50 of 1309) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 94 * Returns the new position on success, or (off_t) -1 on error.
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
113 off_t AAsset_getLength(AAsset* asset);
118 off_t AAsset_getRemainingLength(AAsset* asset);
126 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /external/chromium_org/media/filters/
h264_bit_reader.h 31 bool Initialize(const uint8* data, off_t size);
41 off_t NumBitsLeft();
58 off_t bytes_left_;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fsetpos.c 42 return (fseeko(iop, (off_t)*pos, SEEK_SET));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
zlibdefs.h 6 #include <sys/types.h> /* for off_t */
7 #include <unistd.h> /* for SEEK_* and off_t */
9 # include <unixio.h> /* for off_t */
12 # define z_off_t off_t
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zlibdefs.h 6 #include <sys/types.h> /* for off_t */
7 #include <unistd.h> /* for SEEK_* and off_t */
9 # include <unixio.h> /* for off_t */
12 # define z_off_t off_t
  /art/compiler/
file_output_stream.h 34 virtual off_t Seek(off_t offset, Whence whence);
vector_output_stream.cc 26 off_t VectorOutputStream::Seek(off_t offset, Whence whence) {
28 off_t new_offset = 0;
  /bionic/libc/bionic/
posix_fallocate.cpp 33 int posix_fallocate(int fd, off_t offset, off_t length) {
  /external/bison/darwin-lib/sys/
types.h 32 /* Override off_t if Large File Support is requested on native Windows. */
36 # define off_t __int64
38 # define off_t long long int
  /external/bison/lib/
sys_types.in.h 31 /* Override off_t if Large File Support is requested on native Windows. */
35 # define off_t __int64 macro
37 # define off_t long long int
  /external/bison/linux-lib/sys/
types.h 32 /* Override off_t if Large File Support is requested on native Windows. */
36 # define off_t __int64
38 # define off_t long long int
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
file_wrapper_input.h 39 virtual off_t Size();
51 off_t _size;
  /ndk/sources/android/support/src/wcstox/
shgetc.h 36 void shlim(struct fake_file_t *, off_t lim);
39 off_t shcnt(struct fake_file_t *);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
_mingw_off_t.h 24 typedef off64_t off_t; typedef
26 typedef off32_t off_t; typedef
  /external/chromium_org/third_party/ots/test/
file-stream.h 30 bool Seek(off_t position) {
45 off_t Tell() const {
51 off_t position_;
  /development/ndk/platforms/android-3/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /external/fio/os/windows/
posix.h 4 typedef off_t off64_t;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);

Completed in 2006 milliseconds

12 3 4 5 6 7 8 91011>>