HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 151 - 175 of 1341) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
fcntl.h 69 extern int fallocate(int, int, off_t, off_t);
76 extern int posix_fadvise(int, off_t, off_t, int);
78 extern int posix_fallocate(int, off_t, off_t);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
fcntl.h 69 extern int fallocate(int, int, off_t, off_t);
76 extern int posix_fadvise(int, off_t, off_t, int);
78 extern int posix_fallocate(int, off_t, off_t);
  /art/compiler/
output_stream.h 47 virtual off_t Seek(off_t offset, Whence whence) = 0;
  /bionic/libc/bionic/
posix_fadvise.cpp 36 // No architecture actually has the 32-bit off_t system call.
37 int posix_fadvise(int fd, off_t offset, off_t length, int advice) {
  /bionic/tests/
sys_types_test.cpp 33 ASSERT_EQ(8U, sizeof(off_t));
37 ASSERT_EQ(4U, sizeof(off_t));
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
mem_fs_node.h 29 virtual Error FTruncate(off_t size);
33 Error Resize(off_t size);
  /external/lzma/CPP/Common/
C_FileIO.h 26 off_t Seek(off_t distanceToMove, int moveMethod) const;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 225 android::FileMap *FileBase::createMap(off_t pOffset, size_t pLength,
264 off_t FileBase::seek(off_t pOffset) {
266 return static_cast<off_t>(-1);
270 off_t result = ::lseek(mFD, pOffset, SEEK_SET);
277 return static_cast<off_t>(-1);
280 off_t FileBase::tell() {
282 return static_cast<off_t>(-1);
286 off_t result = ::lseek(mFD, 0, SEEK_CUR);
287 if (result != static_cast<off_t>(-1))
    [all...]
  /bionic/libc/include/sys/
sendfile.h 37 extern ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
stdio.c 64 (void) lseek(fp->_file, (off_t)0, SEEK_END);
73 off_t ret;
75 ret = lseek(fp->_file, (off_t)offset, whence);
76 if (ret == (off_t)-1)
  /development/ndk/platforms/android-L/include/sys/
sendfile.h 37 extern ssize_t sendfile(int out_fd, int in_fd, off_t* offset, size_t count);
  /external/chromium_org/base/
os_compat_android.h 24 inline int lockf(int fd, int cmd, off_t ignored_len) {
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFCatalog.h 45 size_t setFileOffset(SkPDFObject* obj, off_t offset);
85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage);
100 off_t fFileOffset;

Completed in 4372 milliseconds

1 2 3 4 5 67 8 91011>>