Home
last modified time | relevance | path

Searched refs:lseek (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_largefile.py93 self.assertEqual(os.lseek(f.fileno(), 0, 0), 0)
94 self.assertEqual(os.lseek(f.fileno(), 42, 0), 42)
95 self.assertEqual(os.lseek(f.fileno(), 42, 1), 84)
96 self.assertEqual(os.lseek(f.fileno(), 0, 1), 84)
97 self.assertEqual(os.lseek(f.fileno(), 0, 2), size+1+0)
98 self.assertEqual(os.lseek(f.fileno(), -10, 2), size+1-10)
99 self.assertEqual(os.lseek(f.fileno(), -size-1, 2), 0)
100 self.assertEqual(os.lseek(f.fileno(), size, 0), size)
Dtest_subprocess.py180 os.lseek(d, 0, 0)
214 os.lseek(d, 0, 0)
243 os.lseek(d, 0, 0)
Dtest_os.py619 self.check(os.lseek, 0, 0)
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dstdio.c95 (void) lseek(fp->_file, (off_t)0, SEEK_END); in __swrite()
112 ret = lseek(fp->_file, (off_t)offset, whence); in __sseek()
/device/google/dragon/recovery/updater/
Dflash_mtd.c93 if (lseek(dev->fd, offset, SEEK_SET) != offset) { in mtd_read()
117 if (lseek(dev->fd, offset, SEEK_SET) != offset) { in mtd_write()
/device/linaro/bootloader/edk2/StdLib/Include/sys/
DEfiSysCall.h294 off_t lseek (int, off_t, int);
Dtypes.h224 extern off_t lseek (int, off_t, int);
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
DCrtWrapper.c412 off_t lseek (int a, off_t o, int d) in lseek() function
/device/linaro/bootloader/edk2/CryptoPkg/Include/
DOpenSslSupport.h216 off_t lseek (int, off_t, int);
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
DPosixFileSystem.c918 Pos = lseek (PrivateFile->fd, 0, SEEK_END); in PosixFileSetPossition()
920 Pos = lseek (PrivateFile->fd, Position, SEEK_SET); in PosixFileSetPossition()
955 *Position = (UINT64)lseek (PrivateFile->fd, 0, SEEK_CUR); in PosixFileGetPossition()
DHost.c406 FileSize = lseek (fd, 0, SEEK_END); in MapFile()
441 FileSize = lseek (fd, 0, SEEK_END); in MapFd0()
DBlockIo.c69 res = lseek (Private->fd, offset, (int)MoveMethod); in SetFilePointer64()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c513 pos = lseek(self->fd, 0L, SEEK_CUR); in new_buffersize()
732 res = lseek(fd, pos, whence); in portable_lseek()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c508 pos = lseek(self->fd, 0L, SEEK_CUR); in new_buffersize()
744 res = lseek(fd, pos, whence); in portable_lseek()
/device/google/dragon/crash_collector/
Dcoredump_writer.cc47 return lseek(fd, offset, SEEK_SET) == offset; in Seek()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzlib.c14 # define LSEEK lseek
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
DSysCalls.c524 lseek (int fd, __off_t offset, int how) in lseek() function
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
Dnamespace.h417 #define lseek _lseek
/device/google/contexthub/sensorhal/
Dhubconnection.cpp1444 lseek(mPollFds[mMagBiasPollIndex].fd, 0, SEEK_SET); in threadLoop()
1456 lseek(mPollFds[mDoubleTouchPollIndex].fd, 0, SEEK_SET); in threadLoop()
/device/linaro/bootloader/edk2/StdLib/
DReadMe.txt493 lseek lstat mkdir open poll
/device/linaro/bootloader/edk2/AppPkg/
DReadMe.txt504 lseek lstat mkdir open poll
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/
DReadMe.txt493 lseek lstat mkdir open poll
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c1020 pos = lseek(fileno(f->f_fp), 0L, SEEK_CUR); in new_buffersize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c1012 pos = lseek(fileno(f->f_fp), 0L, SEEK_CUR); in new_buffersize()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dedk2module.c2917 res = lseek(fd, pos, how); in edk2_lseek()

12