/bionic/libc/stdio/ |
stdio.c | 70 __sseek(void *cookie, fpos_t offset, int whence) 75 ret = lseek(fp->_file, (off_t)offset, whence);
|
/development/ndk/platforms/android-9/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the 96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/external/zlib/src/ |
gzlib.c | 352 z_off64_t ZEXPORT gzseek64(file, offset, whence) 355 int whence; 373 if (whence != SEEK_SET && whence != SEEK_CUR) 377 if (whence == SEEK_SET) 429 z_off_t ZEXPORT gzseek(file, offset, whence) 432 int whence; 436 ret = gzseek64(file, (z_off64_t)offset, whence);
|
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/ |
FwdLockFile.h | 55 * @param[in] whence One of SEEK_SET, SEEK_CUR, and SEEK_END. 60 off64_t FwdLockFile_lseek(int fileDesc, off64_t offset, int whence);
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the 94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the 94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the 94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the 94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the 94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the 94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/ |
asset_manager.h | 89 * Seek to the specified offset within the asset data. 'whence' uses the 94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the 96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the 96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the 96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the 96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the 96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/ |
asset_manager.h | 91 * Seek to the specified offset within the asset data. 'whence' uses the 96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
|
/external/chromium/net/base/ |
file_stream_win.cc | 18 // Ensure that we can just use our Whence values directly. 183 int64 FileStream::Seek(Whence whence, int64 offset) { 190 DWORD move_method = static_cast<DWORD>(whence);
|
/external/linux-tools-perf/util/ui/ |
browser.c | 42 void ui_browser__list_head_seek(struct ui_browser *self, off_t offset, int whence) 47 switch (whence) { 72 void ui_browser__rb_tree_seek(struct ui_browser *self, off_t offset, int whence) 77 switch (whence) {
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
af_vfs.h | 53 int af_fseek (AFvirtualfile *vfile, long offset, int whence);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
file.h | 31 /* Alternate names for values for the WHENCE argument to `lseek'.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
af_vfs.h | 53 int af_fseek (AFvirtualfile *vfile, long offset, int whence);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
file.h | 31 /* Alternate names for values for the WHENCE argument to `lseek'.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
af_vfs.h | 53 int af_fseek (AFvirtualfile *vfile, long offset, int whence);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
file.h | 31 /* Alternate names for values for the WHENCE argument to `lseek'.
|