HomeSort by relevance Sort by last modified time
    Searched defs:SEEK_SET (Results 26 - 50 of 94) sorted by null

12 3 4

  /external/syslinux/gpxe/src/include/gpxe/
xfer.h 101 SEEK_SET,
110 * Must be one of @c SEEK_CUR or @c SEEK_SET.
130 case SEEK_SET: return "SET";
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpFileWriter.java 60 Os.lseek(mCacheFd.getFileDescriptor(), offset, OsConstants.SEEK_SET);
85 Os.lseek(mCacheFd.getFileDescriptor(), 0, OsConstants.SEEK_SET);
  /prebuilts/go/darwin-x86/src/os/
file.go 82 SEEK_SET int = 0 // seek relative to the origin of the file
  /prebuilts/go/linux-x86/src/os/
file.go 82 SEEK_SET int = 0 // seek relative to the origin of the file
  /toolchain/binutils/binutils-2.27/libiberty/
simple-object.c 42 #ifndef SEEK_SET
43 #define SEEK_SET 0
66 if (lseek (descriptor, offset, SEEK_SET) < 0)
110 if (lseek (descriptor, offset, SEEK_SET) < 0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
141 SEEK_SET = 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 46 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
154 SEEK_SET = 0
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
127 SEEK_SET = 0
  /device/linaro/bootloader/edk2/BaseTools/Source/C/EfiRom/
EfiRom.c 258 fseek (InFptr, 0, SEEK_SET);
514 fseek (InFptr, 0, SEEK_SET);
794 fseek (Fptr, 0, SEEK_SET);
813 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenTEImage/
GenTEImage.c 283 fseek (InFptr, 0, SEEK_SET);
292 if (fseek (InFptr, 0x3C, SEEK_SET) != 0) {
302 if (fseek (InFptr, PESigOffset + 4, SEEK_SET) != 0) {
391 fseek (InFptr, SaveFilePosition, SEEK_SET);
480 fseek (InFptr, BytesStripped, SEEK_SET);
580 fseek (Fptr, 0, SEEK_SET);
598 fseek (Fptr, (long) DosHeader.e_lfanew, SEEK_SET);
634 fseek (Fptr, 0, SEEK_SET);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fcntl.h 129 #ifndef SEEK_SET
130 #define SEEK_SET 0 /* set file offset to offset */
  /external/freetype/src/gzip/
ftzconf.h 248 #ifndef SEEK_SET
249 # define SEEK_SET 0 /* Seek from beginning of file. */
  /external/python/cpython2/Lib/
os.py 33 "SEEK_SET", "SEEK_CUR", "SEEK_END"]
127 SEEK_SET = 0
  /external/syslinux/com32/lib/zlib/
zconf.in.h 285 #ifndef SEEK_SET
286 # define SEEK_SET 0 /* Seek from beginning of file. */
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfEditor.java 76 Os.lseek(input.getFileDescriptor(), 0, OsConstants.SEEK_SET);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 100 # define SEEK_SET 0 /* Seek from beginning of file. */
stdio.h 141 #define SEEK_SET 0 /* Seek from beginning of file. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/gcov-src/
libgcov-kernel.h 45 #ifndef SEEK_SET
46 #define SEEK_SET 0

Completed in 2979 milliseconds

12 3 4