/device/linaro/bootloader/edk2/Nt32Pkg/Sec/ |
WinNtThunk.c | 119 SetFilePointer,
|
SecMain.c | 453 FileSize = SetFilePointer (
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/ |
GenBootSector.c | 305 SetFilePointer(DiskHandle, 0, NULL, FILE_BEGIN);
351 SetFilePointer(DiskHandle, 0, NULL, FILE_BEGIN);
404 SetFilePointer (*FileHandle, *DbrOffset * 0x200, NULL, FILE_BEGIN);
414 SetFilePointer (*FileHandle, 0, NULL, FILE_BEGIN);
505 SetFilePointer (OutputHandle, 0, NULL, FILE_BEGIN);
|
/external/syslinux/win/ |
syslinux.c | 154 SetFilePointer(drive, 0, NULL, FILE_BEGIN); 228 if (SetFilePointer((HANDLE) pp, loword, &hiwordx, FILE_BEGIN) != loword || 495 if (SetFilePointer(f_handle, 0, NULL, FILE_BEGIN) != 0 || 574 SetFilePointer(d_handle, 0, NULL, FILE_BEGIN);
|
/external/ltp/testcases/kernel/io/disktest/ |
io.c | 77 li.LowPart = SetFilePointer(hf, li.LowPart, &li.HighPart, MoveMethod);
|
/external/deqp/framework/delibs/deutil/ |
deFile.c | 329 return SetFilePointer(file->handle, lowBits, &highBits, method) != INVALID_SET_FILE_POINTER; 335 LONG lowBits = SetFilePointer(file->handle, 0, &highBits, FILE_CURRENT);
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/ |
7zFile.c | 184 value.LowPart = SetFilePointer(p->handle, value.LowPart, &value.HighPart, moveMethod);
|
/external/lzma/C/ |
7zFile.c | 184 value.LowPart = SetFilePointer(p->handle, value.LowPart, &value.HighPart, moveMethod);
|
/external/lzma/CPP/Windows/ |
FileIO.cpp | 129 DWORD low = ::SetFilePointer(_handle, (LONG)(distanceToMove & 0xFFFFFFFF), &high, moveMethod);
|
/external/zlib/src/contrib/minizip/ |
iowin32.c | 247 DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, dwMoveMethod);
|
/toolchain/binutils/binutils-2.27/zlib/contrib/minizip/ |
iowin32.c | 246 DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, FILE_CURRENT);
|
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/ |
WinNtSimpleFileSystem.c | [all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/ |
WinNtBlockIo.c | 865 DEBUG ((EFI_D_INIT, "WriteBlocks: SetFilePointer failed\n"));
1098 This function extends the capability of SetFilePointer to accept 64 bit parameters
1115 LargeInt.LowPart = Private->WinNtThunk->SetFilePointer (
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_win.cc | 436 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) ==
|
/external/tensorflow/tensorflow/core/platform/windows/ |
windows_file_system.cc | 293 DWORD file_ptr = ::SetFilePointer(hfile, NULL, NULL, FILE_END);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fileapi.h | 85 WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveHigh, DWORD dwMoveMethod);
|
/external/python/cpython2/PC/bdist_wininst/ |
install.c | 797 SetFilePointer(redirected, 0, 0, FILE_BEGIN); 874 SetFilePointer(redirected, 0, 0, FILE_BEGIN); [all...] |
/external/python/cpython3/PC/bdist_wininst/ |
install.c | 839 SetFilePointer(redirected, 0, 0, FILE_BEGIN); 918 SetFilePointer(redirected, 0, 0, FILE_BEGIN); [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Nt32/Protocol/WinNtThunk/ |
WinNtThunk.h | 1195 WinNtSetFilePointer SetFilePointer;
|
/device/linaro/bootloader/edk2/Nt32Pkg/Include/Protocol/ |
WinNtThunk.h | 1210 WinNtSetFilePointer SetFilePointer;
|
/external/curl/tests/server/ |
sockfilt.c | 580 pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart, [all...] |
/external/ImageMagick/MagickCore/ |
nt-base.c | [all...] |
/external/python/cpython2/Modules/ |
mmapmodule.c | 470 SetFilePointer(self->file_handle, [all...] |
/external/python/cpython3/Modules/ |
mmapmodule.c | 507 SetFilePointer(self->file_handle, [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
zsyscall_windows.go | 60 procSetFilePointer = modkernel32.NewProc("SetFilePointer") 339 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoffset uint32, err error) { [all...] |