HomeSort by relevance Sort by last modified time
    Searched refs:lseek64 (Results 76 - 100 of 109) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
unistd.h 132 extern off64_t lseek64(int, off64_t, int);
  /system/extras/ext4_utils/
ext4_utils.h 42 #define lseek64 lseek macro
  /frameworks/av/cmds/stagefright/
stream.cpp 74 mFileSize = lseek64(fd, 0, SEEK_END);
75 lseek64(fd, 0, SEEK_SET);
  /system/vold/
cryptfs.c 164 if (lseek64(fd, 1024, SEEK_SET) < 0) {
265 if (lseek64(fd, starting_off, SEEK_SET) == -1) {
334 if (lseek64(fd, pdata_offset, SEEK_SET) == -1) {
363 if (lseek64(fd, offset, SEEK_SET) == -1) {
402 if (lseek64(fd, starting_off, SEEK_SET) == -1) {
528 if (lseek64(fd, crypt_ftr.persist_data_offset[i], SEEK_SET) < 0) {
606 if (lseek64(fd, crypt_ftr.persist_data_offset[0], SEEK_SET) < 0) {
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 285 lseek64(ctx->fd, offset, SEEK_SET);
296 loff_t pos = lseek64(fd, 0, SEEK_CUR);
302 if (lseek64(fd, pos, SEEK_SET) != pos || read(fd, data, size) != size) {
  /dalvik/libdex/
ZipArchive.cpp 31 #include <utils/Compat.h> // For off64_t and lseek64 on Mac
161 if (lseek64(pArchive->mFd, 0, SEEK_SET) != 0) {
192 if (lseek64(pArchive->mFd, searchStart, SEEK_SET) != searchStart) {
294 off64_t fileLength = lseek64(fd, 0, SEEK_END);
  /frameworks/base/libs/androidfw/
Asset.cpp 140 length = lseek64(fd, 0, SEEK_END);
145 (void) lseek64(fd, 0, SEEK_SET);
384 fileLength = lseek64(fd, 0, SEEK_END);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h 306 lseek64);
308 # define lseek lseek64
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 306 lseek64);
308 # define lseek lseek64
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
unistd.h 306 lseek64);
308 # define lseek lseek64
312 extern __off64_t lseek64 (int __fd, __off64_t __offset, int __whence)
    [all...]
  /system/core/libsparse/
output_file.c 43 #define lseek64 lseek macro
138 ret = lseek64(outn->fd, cnt, SEEK_CUR);
140 error_errno("lseek64");
732 pos = lseek64(fd, offset, SEEK_SET);
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/chromium_org/net/base/
file_stream_context_posix.cc 5 // For 64-bit file access (off_t = off64_t, lseek64, etc).
32 #define lseek lseek64
  /external/stlport/src/details/
fstream_unistd.cpp 67 # define LSEEK lseek64
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 67 # define LSEEK lseek64
  /system/core/fs_mgr/
fs_mgr_verity.c 131 if (lseek64(data_device, 1024, SEEK_SET) < 0) {
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp 686 lseek64(mFd, mFreeBoxOffset, SEEK_SET);
695 lseek64(mFd, mMdatOffset, SEEK_SET);
862 lseek64(mFd, mMdatOffset, SEEK_SET);
866 lseek64(mFd, mMdatOffset + 8, SEEK_SET);
871 lseek64(mFd, mOffset, SEEK_SET);
895 lseek64(mFd, mFreeBoxOffset, SEEK_SET);
900 lseek64(mFd, mOffset, SEEK_SET);
    [all...]
  /system/core/toolbox/
nandread.c 193 lseek64(fd, pos, SEEK_SET);
dd.c 593 if (lseek64(in.fd,
664 if (lseek64(out.fd,
  /external/chromium_org/third_party/zlib/
gzlib.c 11 # define LSEEK lseek64
  /external/zlib/src/
gzlib.c 12 # define LSEEK lseek64
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 200 int64 offset = lseek64(kpagecount_fd_, index, SEEK_SET);
214 int64 offset = lseek64(pagemap_fd_, index, SEEK_SET);
    [all...]
  /external/chromium_org/tools/android/memdump/
memdump.cc 167 if (lseek64(fd, offset * sizeof(*value), SEEK_SET) < 0) {
  /external/e2fsprogs/misc/
e2image.c 319 if (lseek64(fd, sparse_offset, SEEK_CUR) < 0)

Completed in 1282 milliseconds

1 2 34 5