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

<<11121314151617181920>>

  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/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/r11/platforms/android-23/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/r11/platforms/android-23/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);
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/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/r11/platforms/android-24/arch-arm64/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/r11/platforms/android-24/arch-mips/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/r11/platforms/android-24/arch-mips64/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/r11/platforms/android-24/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/r11/platforms/android-24/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/linker/
buffered_output_stream.h 36 off_t Seek(off_t offset, Whence whence) OVERRIDE;
output_stream.h 46 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/bsdiff/
memory_file.h 26 bool Seek(off_t pos) override;
33 off_t offset_ = 0;
  /frameworks/compile/mclinker/include/mcld/MC/
InputFactory.h 42 off_t pFileOffset = 0);
47 off_t pFileOffset = 0);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-18/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-19/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/asm/
fcntl.h 50 off_t l_start;
51 off_t l_len;

Completed in 1379 milliseconds

<<11121314151617181920>>