HomeSort by relevance Sort by last modified time
    Searched refs:lseek (Results 251 - 275 of 535) sorted by null

<<11121314151617181920>>

  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 245 offset = lseek(fd, 0, SEEK_CUR);
247 tst_brkm(TBROK | TERRNO, cleanup, "lseek failed");
  /external/ltp/utils/ffsb-6.0-rc2/
fh.c 41 #define lseek64 lseek
  /external/perfetto/src/base/
watchdog_posix.cc 134 lseek(stat_fd.get(), 0, SEEK_SET);
  /external/ppp/pppd/
session.c 389 (void)lseek(fd, (off_t)(pw->pw_uid * sizeof(ll)), SEEK_SET);
  /external/selinux/libselinux/utils/
avcstat.c 228 ret = lseek(fd, 0, 0);
230 die("lseek");
  /external/squashfs-tools/squashfs-tools/
process_fragments.c 87 if(lseek(fd, off, SEEK_SET) == -1) {
88 ERROR("read_filesystem: Lseek on destination failed because %s, "
  /external/valgrind/tests/
s390x_features.c 11 #include <unistd.h> // lseek
147 lseek(fh, 0, SEEK_SET);
  /external/vboot_reference/cgpt/
cgpt_common.c 86 if (-1 == lseek(drive->fd, sector * sector_bytes, SEEK_SET)) {
107 if (-1 == lseek(drive->fd, 0, SEEK_SET))
118 if (-1 == lseek(drive->fd, 0, SEEK_SET))
138 if (-1 == lseek(drive->fd, sector * sector_bytes, SEEK_SET))
    [all...]
cgpt_find.c 25 if (-1 == lseek(fd, pos, SEEK_SET))
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 76 Os.lseek(input.getFileDescriptor(), 0, OsConstants.SEEK_SET);
PdfRenderer.java 159 Os.lseek(input.getFileDescriptor(), 0, OsConstants.SEEK_SET);
  /libcore/luni/src/test/java/libcore/java/io/
FileInputStreamTest.java 265 assertEquals(0, Libcore.os.lseek(fis.getFD(), 0, OsConstants.SEEK_CUR));
  /libcore/ojluni/src/main/native/
FileChannelImpl.c 52 #define lseek64 lseek
  /system/extras/simpleperf/
read_apk.cpp 94 if (lseek(fhelper.fd(), zentry.offset, SEEK_SET) != zentry.offset) {
95 PLOG(ERROR) << "lseek() failed in " << apk_path << " offset " << zentry.offset;
  /system/vold/bench/
benchgen.py 108 interesting = ["mmap2","read","write","pread64","pwrite64","fsync","fdatasync","openat","close","lseek","_llseek"]
207 elif e.call == "lseek":
210 print >>bench, 'TEMP_FAILURE_RETRY(lseek(%s, %s, %s));' % (handle, e.args[1], e.args[2])
215 print >>bench, 'TEMP_FAILURE_RETRY(lseek(%s, %s, %s));' % (handle, e.args[1], e.args[3])
  /external/libcups/cups/
file.c 1194 fp->pos = lseek(fd, 0, SEEK_END);
    [all...]
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp 225 fileSize = lseek(fd, 0, SEEK_END);
226 lseek(fd, 0, SEEK_SET);
319 lseek(fd, 0, SEEK_SET);
875 amt = lseek(fd, 0, SEEK_END);
880 lseek(fd, 0, SEEK_SET);
    [all...]
  /external/python/cpython3/Lib/test/
test_posix.py 195 os.lseek(fd, 0, os.SEEK_SET)
207 os.lseek(fd, 0, os.SEEK_SET)
219 os.lseek(fd, 0, os.SEEK_SET)
287 os.lseek(fd, 0, os.SEEK_SET)
307 os.lseek(fd, 0, os.SEEK_SET)
    [all...]
  /bootable/recovery/applypatch/
applypatch.cpp 235 if (TEMP_FAILURE_RETRY(lseek(fd, start, SEEK_SET)) == -1) {
278 if (TEMP_FAILURE_RETRY(lseek(fd, 0, SEEK_SET)) == -1) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 513 pos = lseek(self->fd, 0L, SEEK_CUR);
732 res = lseek(fd, pos, whence);
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 406 FileSize = lseek (fd, 0, SEEK_END);
441 FileSize = lseek (fd, 0, SEEK_END);
    [all...]
  /external/avb/test/
fake_avb_ops.cc 121 if (lseek(fd, offset, SEEK_SET) != offset) {
206 if (lseek(fd, offset, SEEK_SET) != offset) {
  /external/libdrm/amdgpu/
amdgpu_bo.c 309 size = lseek(shared_handle, 0, SEEK_END);
315 lseek(shared_handle, 0, SEEK_SET);
  /external/llvm/lib/Support/
raw_ostream.cpp 528 off_t loc = ::lseek(FD, 0, SEEK_CUR);
628 pos = ::lseek(FD, off, SEEK_SET);
  /external/perfetto/src/ipc/
client_impl_unittest.cc 376 ASSERT_EQ(0, lseek(*rx_fd, 0, SEEK_SET));
418 ASSERT_EQ(0, lseek(*rx_fd, 0, SEEK_SET));

Completed in 1110 milliseconds

<<11121314151617181920>>