HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 126 - 150 of 2027) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-18/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/r11/platforms/android-18/arch-mips/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/r11/platforms/android-18/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/r11/platforms/android-19/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/r11/platforms/android-19/arch-mips/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/r11/platforms/android-19/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/r11/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/r11/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/r11/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/r11/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);
  /prebuilts/ndk/r11/platforms/android-9/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/r11/platforms/android-9/arch-mips/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
sendfile.h 36 extern ssize_t sendfile(int out_fd, int in_fd, off_t *offset, size_t count);
  /system/update_engine/common/
hash_calculator.h 50 off_t UpdateFile(const std::string& name, off_t length);
76 static off_t RawHashOfFile(const std::string& name, off_t length,
  /art/compiler/linker/
file_output_stream.cc 32 off_t FileOutputStream::Seek(off_t offset, Whence whence) {
error_delaying_output_stream.h 51 off_t Seek(off_t offset, Whence whence) OVERRIDE {
54 off_t new_offset;
67 off_t actual_offset = output_->Seek(offset, whence);
68 if (actual_offset == static_cast<off_t>(-1)) {
96 off_t output_offset_; // Keep track of the current position in the stream.
vector_output_stream.h 40 off_t new_offset = offset_ + byte_count;
48 off_t Seek(off_t offset, Whence whence) OVERRIDE;
55 void EnsureCapacity(off_t new_offset) {
56 if (new_offset > static_cast<off_t>(vector_->size())) {
61 off_t offset_;
  /bionic/libc/include/sys/
sendfile.h 38 ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count) __RENAME(sendfile64) __INTRODUCED_IN(21);
40 ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count);
  /external/v4l2_codec2/vda/
shared_memory_region.h 27 off_t offset,
47 off_t offset_;
  /development/ndk/platforms/android-13/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);
124 off_t AAsset_getLength(AAsset* asset);
135 off_t AAsset_getRemainingLength(AAsset* asset);
152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
uio.h 65 #ifndef off_t
66 typedef __off_t off_t; /* file offset */ typedef
67 #define off_t __off_t macro
83 off_t uio_offset; /* offset into file this uio corresponds to */
114 ssize_t preadv(int, const struct iovec *, int, off_t);
115 ssize_t pwritev(int, const struct iovec *, int, off_t);
  /frameworks/native/include/android/
asset_manager.h 137 * Returns the new position on success, or (off_t) -1 on error.
139 off_t AAsset_seek(AAsset* asset, off_t offset, int whence)
168 off_t AAsset_getLength(AAsset* asset)
180 off_t AAsset_getRemainingLength(AAsset* asset)
198 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength)
  /prebuilts/ndk/r10/platforms/android-13/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);
124 off_t AAsset_getLength(AAsset* asset);
135 off_t AAsset_getRemainingLength(AAsset* asset);
152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-13/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);
124 off_t AAsset_getLength(AAsset* asset);
135 off_t AAsset_getRemainingLength(AAsset* asset);
152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/r10/platforms/android-13/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);
124 off_t AAsset_getLength(AAsset* asset);
135 off_t AAsset_getRemainingLength(AAsset* asset);
152 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);

Completed in 836 milliseconds

1 2 3 4 56 7 8 91011>>