/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_largefile.py | 93 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)
|
D | test_subprocess.py | 180 os.lseek(d, 0, 0) 214 os.lseek(d, 0, 0) 243 os.lseek(d, 0, 0)
|
D | test_os.py | 619 self.check(os.lseek, 0, 0)
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | stdio.c | 95 (void) lseek(fp->_file, (off_t)0, SEEK_END); in __swrite() 112 ret = lseek(fp->_file, (off_t)offset, whence); in __sseek()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | EfiSysCall.h | 294 off_t lseek (int, off_t, int);
|
D | types.h | 224 extern off_t lseek (int, off_t, int);
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | CrtWrapper.c | 417 off_t lseek (int a, off_t o, int d) in lseek() function
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 224 off_t lseek (int, off_t, int);
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
D | PosixFileSystem.c | 918 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()
|
D | Host.c | 406 FileSize = lseek (fd, 0, SEEK_END); in MapFile() 441 FileSize = lseek (fd, 0, SEEK_END); in MapFd0()
|
D | BlockIo.c | 69 res = lseek (Private->fd, offset, (int)MoveMethod); in SetFilePointer64()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/ |
D | fileio.c | 513 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/ |
D | fileio.c | 508 pos = lseek(self->fd, 0L, SEEK_CUR); in new_buffersize() 744 res = lseek(fd, pos, whence); in portable_lseek()
|
/device/google/cuttlefish_common/common/libs/fs/ |
D | shared_fd.h | 320 off_t rval = TEMP_FAILURE_RETRY(lseek(fd_, offset, whence)); in LSeek()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 14 # define LSEEK lseek
|
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/ |
D | SysCalls.c | 524 lseek (int fd, __off_t offset, int how) in lseek() function
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | namespace.h | 417 #define lseek _lseek
|
/device/google/contexthub/sensorhal/ |
D | hubconnection.cpp | 1510 lseek(mPollFds[mMagBiasPollIndex].fd, 0, SEEK_SET); in threadLoop() 1522 lseek(mPollFds[mDoubleTouchPollIndex].fd, 0, SEEK_SET); in threadLoop()
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ReadMe.txt | 493 lseek lstat mkdir open poll
|
/device/linaro/bootloader/edk2/AppPkg/ |
D | ReadMe.txt | 504 lseek lstat mkdir open poll
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/ |
D | ReadMe.txt | 493 lseek lstat mkdir open poll
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | fileobject.c | 1020 pos = lseek(fileno(f->f_fp), 0L, SEEK_CUR); in new_buffersize()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | fileobject.c | 1012 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/ |
D | edk2module.c | 2917 res = lseek(fd, pos, how); in edk2_lseek()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.cpp | 2600 int err = lseek(fd, 0, SEEK_SET); in on_vkImportSemaphoreFdKHR()
|