HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 1 - 25 of 1195) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/fio/
helpers.h 9 extern int fallocate(int fd, int mode, off_t offset, off_t len);
10 extern int posix_fallocate(int fd, off_t offset, off_t len);
13 extern int posix_fadvise(int fd, off_t offset, off_t len, int advice);
helpers.c 13 int fallocate(int fd, int mode, off_t offset, off_t len)
21 int posix_fallocate(int fd, off_t offset, off_t len)
36 int posix_fadvise(int fd, off_t offset, off_t len, int advice)
  /bionic/libc/bionic/
ftruncate.cpp 22 static_assert(sizeof(off_t) == 4,
28 int ftruncate(int filedes, off_t length) {
posix_fallocate.cpp 33 int posix_fallocate(int fd, off_t offset, off_t length) {
  /bionic/libc/include/bits/
lockf.h 42 int lockf(int, int, off_t) __RENAME(lockf64);
44 int lockf(int, int, off_t);
  /external/elfutils/libelf/
elf_getbase.c 40 off_t
43 return elf == NULL ? (off_t) -1 : elf->start_offset;
  /system/core/fastboot/
bootimg_utils.h 37 boot_img_hdr* mkbootimg(void* kernel, int64_t kernel_size, off_t kernel_offset,
38 void* ramdisk, int64_t ramdisk_size, off_t ramdisk_offset,
39 void* second, int64_t second_size, off_t second_offset,
40 size_t page_size, size_t base, off_t tags_offset,
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.h 63 off_t symbols_size,
70 add_comp_unit(off_t cu_offset, off_t cu_length)
78 add_type_unit(off_t tu_offset, off_t type_offset, uint64_t signature)
99 off_t
100 find_pubname_offset(off_t cu_offset);
104 off_t
105 find_pubtype_offset(off_t cu_offset);
111 pubnames_read(const Relobj* object, off_t offset)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
webmenc.h 17 /* MSVS doesn't define off_t */
18 typedef __int64 off_t; typedef
30 typedef off_t EbmlLoc;
45 off_t position_reference;
46 off_t seek_info_pos;
47 off_t segment_info_pos;
48 off_t track_pos;
49 off_t cue_pos;
50 off_t cluster_pos;
53 off_t track_id_pos
    [all...]
  /development/ndk/platforms/android-9/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/current/platforms/android-12/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/current/platforms/android-12/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/current/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/current/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/current/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/current/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);
  /bionic/libc/include/
fcntl.h 77 extern int fallocate(int, int, off_t, off_t) __RENAME(fallocate64);
78 extern int posix_fadvise(int, off_t, off_t, int) __RENAME(posix_fadvise64);
79 extern int posix_fallocate(int, off_t, off_t) __RENAME(posix_fallocate);
81 extern int fallocate(int, int, off_t, off_t);
82 extern int posix_fadvise(int, off_t, off_t, int)
    [all...]
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/linker/
file_output_stream.h 34 off_t Seek(off_t offset, Whence whence) OVERRIDE;
  /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
  /external/dhcpcd-6.8.2/crypt/
sha256.h 47 char *SHA256_FileChunk(const char *, char *, off_t, off_t);
  /external/google-breakpad/src/common/mac/
macho_walker.h 53 off_t offset, bool swap, void *context);
70 bool ReadBytes(void *buffer, size_t size, off_t offset);
73 bool CurrentHeader(struct mach_header_64 *header, off_t *offset);
80 off_t &offset);
84 bool WalkHeaderAtOffset(off_t offset);
85 bool WalkHeader64AtOffset(off_t offset);
88 bool WalkHeaderCore(off_t offset, uint32_t number_of_commands, bool swap);
110 off_t current_header_offset_;

Completed in 574 milliseconds

1 2 3 4 5 6 7 8 91011>>