HomeSort by relevance Sort by last modified time
    Searched refs:off_t (Results 1 - 25 of 1309) 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)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
ftruncate.c 8 int ftruncate(int fd, off_t length) {
truncate.c 12 int truncate(const char* pathname, off_t length) {
  /external/elfutils/0.153/libelf/
elf_getbase.c 61 off_t
65 return elf == NULL ? (off_t) -1 : elf->start_offset;
  /frameworks/rs/cpu_ref/linkloader/lib/
mmanWindows.cpp 21 void* mmap(void *, size_t, int, int, int, off_t) {
  /external/libvpx/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...]
  /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...]
  /art/compiler/
vector_output_stream.h 40 off_t new_offset = offset_ + byte_count;
48 off_t Seek(off_t offset, Whence whence);
51 void EnsureCapacity(off_t new_offset) {
52 if (new_offset > static_cast<off_t>(vector_.size())) {
57 off_t offset_;
  /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/5/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 92 * Returns the new position on success, or (off_t) -1 on error.
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 92 * Returns the new position on success, or (off_t) -1 on error.
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 92 * Returns the new position on success, or (off_t) -1 on error.
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 92 * Returns the new position on success, or (off_t) -1 on error.
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 92 * Returns the new position on success, or (off_t) -1 on error.
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 92 * Returns the new position on success, or (off_t) -1 on error.
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 92 * Returns the new position on success, or (off_t) -1 on error.
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
111 off_t AAsset_getLength(AAsset* asset);
116 off_t AAsset_getRemainingLength(AAsset* asset);
124 int AAsset_openFileDescriptor(AAsset* asset, off_t* outStart, off_t* outLength);
  /prebuilts/ndk/8/platforms/android-14/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/8/platforms/android-14/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/8/platforms/android-14/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/8/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/8/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/8/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);
  /prebuilts/ndk/9/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/9/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);

Completed in 1317 milliseconds

1 2 3 4 5 6 7 8 91011>>