HomeSort by relevance Sort by last modified time
    Searched refs:SEEK_END (Results 1 - 25 of 499) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/bits/
seek_constants.h 34 #define SEEK_END 2
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
unistd.h 83 #ifndef SEEK_END
84 #define SEEK_END 2 /**< set file offset to EOF plus offset */
90 #define L_XTND SEEK_END
EfiSysCall.h 11 SEEK_END 2 set file offset to EOF plus offset
86 #ifndef SEEK_END
87 #define SEEK_END 2 /**< set file offset to EOF plus offset */
fcntl.h 135 #ifndef SEEK_END
136 #define SEEK_END 2 /* set file offset to EOF plus offset */
  /external/strace/xlat/
whence_codes.h 12 #if defined(SEEK_END) || (defined(HAVE_DECL_SEEK_END) && HAVE_DECL_SEEK_END)
13 XLAT(SEEK_END),
  /external/compiler-rt/test/profile/Inputs/
instrprof-file_ex.c 36 fseek(F, 0, SEEK_END);
56 fseek(F, 0, SEEK_END);
  /external/ltp/testcases/kernel/syscalls/lseek/
lseek02.c 54 {&bad_fd, SEEK_END, EBADF},
60 {&pfd1, SEEK_END, ESPIPE},
63 {&pfds[0], SEEK_END, ESPIPE},
66 {&pfd2, SEEK_END, ESPIPE},
lseek01.c 45 {-4, SEEK_END, "SEEK_END", 3, 4, "defg"},
46 {0, SEEK_END, "SEEK_END", 7, 0, NULL},
  /art/compiler/linker/
output_stream.h 31 kSeekEnd = SEEK_END,
  /system/core/libcutils/
load_file.cpp 34 sz = lseek(fd, 0, SEEK_END);
  /toolchain/binutils/binutils-2.27/ld/
sysdep.h 106 #ifndef SEEK_END
107 #define SEEK_END 2
  /external/tpm2/
NVMem.c 78 fseek(s_NVFile, 0, SEEK_END);
89 fseek(s_NVFile, 0, SEEK_END);
96 fseek(s_NVFile, 0, SEEK_END);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
io.py 57 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
73 SEEK_END = 2
  /external/ltp/testcases/kernel/io/ltp-aiodio/
read_checkzero.c 54 offset = lseek(fd, 4096, SEEK_END);
  /external/mesa3d/src/compiler/spirv/
spirv2nir.c 55 off_t len = lseek(fd, 0, SEEK_END);
  /external/perf_data_converter/src/quipper/
file_reader.cc 20 fseek(infile_, 0, SEEK_END);
  /external/v8/tools/
shell-utils.h 48 fseek(file, 0, SEEK_END);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /prebuilts/gdb/linux-x86/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
io.py 48 "UnsupportedOperation", "SEEK_SET", "SEEK_CUR", "SEEK_END"]
64 SEEK_END = 2
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 73 SEEK_END = os.SEEK_END
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.cc 53 int status = _fseeki64(m_file, 0L, SEEK_END);
60 fseek(m_file, 0L, SEEK_END);
  /toolchain/binutils/binutils-2.27/binutils/
sysdep.h 134 #ifndef SEEK_END
135 #define SEEK_END 2
  /external/bsdiff/
file.cc 113 off_t end_pos = lseek(fd_, 0, SEEK_END);
117 lseek(fd_, 0, SEEK_END);

Completed in 1749 milliseconds

1 2 3 4 5 6 7 8 91011>>