/external/e2fsprogs/lib/ext2fs/ |
fileio.c | 338 int whence, __u64 *ret_pos) 342 if (whence == EXT2_SEEK_SET) 344 else if (whence == EXT2_SEEK_CUR) 346 else if (whence == EXT2_SEEK_END) 358 int whence, ext2_off_t *ret_pos) 364 retval = ext2fs_file_llseek(file, loffset, whence, &ret_loffset);
|
/art/compiler/linker/ |
output_stream_test.cc | 115 off_t Seek(off_t offset ATTRIBUTE_UNUSED, Whence whence ATTRIBUTE_UNUSED) OVERRIDE {
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
open_memstream.c | 76 memstream_seek(void *v, fpos_t off, int whence) 81 switch (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/opencv3/3rdparty/zlib/ |
gzlib.c | 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) 365 int whence; 383 if (whence != SEEK_SET && whence != SEEK_CUR) 387 if (whence == SEEK_SET) 439 z_off_t ZEXPORT gzseek(file, offset, whence) 442 int whence; 446 ret = gzseek64(file, (z_off64_t)offset, whence);
|
/external/zlib/src/ |
gzlib.c | 362 z_off64_t ZEXPORT gzseek64(file, offset, whence) 365 int whence; 383 if (whence != SEEK_SET && whence != SEEK_CUR) 387 if (whence == SEEK_SET) 439 z_off_t ZEXPORT gzseek(file, offset, whence) 442 int whence; 446 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/current/platforms/android-12/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/current/platforms/android-12/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/current/platforms/android-12/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/current/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/current/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/current/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);
|
/system/update_engine/payload_consumer/ |
file_descriptor.cc | 65 off64_t EintrSafeFileDescriptor::Seek(off64_t offset, int whence) { 67 return lseek64(fd_, offset, whence);
|
mtd_file_descriptor.cc | 154 off64_t MtdFileDescriptor::Seek(off64_t offset, int whence) { 159 return EintrSafeFileDescriptor::Seek(offset, whence); 231 off64_t UbiFileDescriptor::Seek(off64_t offset, int whence) { 236 return EintrSafeFileDescriptor::Seek(offset, whence);
|
/external/compiler-rt/test/msan/Linux/ |
fopencookie.cc | 28 static int cookie_seek(void *cookie, off64_t *offset, int whence) {
|
/external/pdfium/third_party/libopenjpeg20/ |
opj_includes.h | 78 # define OPJ_FSEEK(stream,offset,whence) _fseeki64(stream,/* __int64 */ offset,whence) 84 # define OPJ_FSEEK(stream,offset,whence) fseek(stream,offset,whence)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.11-4.8/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.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
file.h | 31 /* Alternate names for values for the WHENCE argument to `lseek'.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
file.h | 31 /* Alternate names for values for the WHENCE argument to `lseek'.
|
/external/libbrillo/brillo/streams/ |
memory_stream.cc | 116 Whence whence, 121 !stream_utils::CalculateStreamPosition(FROM_HERE, offset, whence,
|
/prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/gcov-src/ |
libgcov-driver-kernel.c | 107 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 110 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 112 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/gcov-src/ |
libgcov-driver-kernel.c | 107 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 110 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 112 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/ |
libgcov-driver-kernel.c | 107 with OFFSET==0 and WHENCE==0 to a freshly opened file. */ 110 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence) 112 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
|