Home
last modified time | relevance | path

Searched refs:SetFilePointer (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/hardware/google/aemu/windows/src/
Dfiles.cpp43 li.LowPart = SetFilePointer(h, 0, &li.HighPart, FILE_CURRENT); in _ftruncate()
49 dw = SetFilePointer(h, (DWORD)length, &high, FILE_BEGIN); in _ftruncate()
56 SetFilePointer(h, li.LowPart, &li.HighPart, FILE_BEGIN); in _ftruncate()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dseek.c48 rc = SetFilePointer(thefile->filehand, offlo, &offhi, FILE_BEGIN); in setptr()
143 offlo = SetFilePointer(thefile->filehand, (LONG)offlo, in apr_file_seek()
164 rc = SetFilePointer(thefile->filehand, offlo, &offhi, FILE_BEGIN); in apr_file_trunc()
H A Dreadwrite.c280 SetFilePointer(thefile->filehand, offlo, &offhi, FILE_BEGIN); in apr_file_write()
H A Dopen.c448 SetFilePointer((*new)->filehand, 0, NULL, FILE_END); in apr_file_open()
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/
H A Dwindows_io.c177 if (SetFilePointer(data->handle, location, NULL, FILE_BEGIN) == INVALID_SET_FILE_POINTER) { in raw_read_blk()
184 if (SetFilePointer(data->handle, location, NULL, FILE_BEGIN) == INVALID_SET_FILE_POINTER) { in raw_read_blk()
264 if (SetFilePointer(data->handle, location, NULL, FILE_BEGIN) == INVALID_SET_FILE_POINTER) { in raw_write_blk()
271 if (SetFilePointer(data->handle, location, NULL, FILE_BEGIN) == INVALID_SET_FILE_POINTER) { in raw_write_blk()
316 if (SetFilePointer(data->handle, location, NULL, FILE_BEGIN) == INVALID_SET_FILE_POINTER) { in raw_write_blk()
/aosp_15_r20/external/okio/okio/src/mingwX64Main/kotlin/okio/
H A DWindowsFileHandle.kt36 import platform.windows.SetFilePointer in <lambda>()
143 val movePointerResult = SetFilePointer( in <lambda>()
/aosp_15_r20/external/deqp/framework/delibs/deutil/
H A DdeFile.c340 return SetFilePointer(file->handle, lowBits, &highBits, method) != INVALID_SET_FILE_POINTER; in deFile_seek()
346 LONG lowBits = SetFilePointer(file->handle, 0, &highBits, FILE_CURRENT); in deFile_getPosition()
/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.cpp215 const DWORD low = ::SetFilePointer(_handle, 0, &high, FILE_CURRENT); in GetPosition()
240 …const DWORD low = ::SetFilePointer(_handle, (LONG)(distanceToMove & 0xFFFFFFFF), &high, moveMethod… in Seek()
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/windows/
H A Dwindows_file_system.cc234 *position = SetFilePointer(hfile_, 0, NULL, FILE_CURRENT); in Tell()
379 DWORD file_ptr = ::SetFilePointer(hfile, NULL, NULL, FILE_END); in NewAppendableFile()
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dfile_win.cc250 SetFilePointer(file, size, nullptr, FILE_BEGIN)) in SetLength()
/aosp_15_r20/external/lzma/C/
H A D7zFile.c298 low = SetFilePointer(p->handle, (LONG)low, &high, moveMethod); in File_Seek()
/aosp_15_r20/external/mbedtls/programs/aes/
H A Dcrypt_and_hash.c207 SetFilePointer((HANDLE) _get_osfhandle(_fileno(fin)), in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/aes/
H A Dcrypt_and_hash.c211 SetFilePointer((HANDLE) _get_osfhandle(_fileno(fin)), in main()
/aosp_15_r20/external/zlib/contrib/minizip/
H A Diowin32.c234 DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, dwMoveMethod); in MySetFilePointerEx()
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/minizip/
Diowin32.c247 DWORD dwNewPos = SetFilePointer(hFile, pos.LowPart, &lHigh, dwMoveMethod); in MySetFilePointerEx()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dfileapi.h35 WINBASEAPI DWORD WINAPI SetFilePointer (HANDLE hFile, LONG lDistanceToMove, PLONG lpDistanceToMoveH…
/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc436 if (::SetFilePointer(fd, dos_header.e_lfanew, nullptr, FILE_BEGIN) == in GetPreferredBase()
/aosp_15_r20/external/python/cpython2/PC/bdist_wininst/
Dinstall.c797 SetFilePointer(redirected, 0, 0, FILE_BEGIN); in run_installscript()
874 SetFilePointer(redirected, 0, 0, FILE_BEGIN); in run_simple_script()
/aosp_15_r20/external/curl/tests/server/
H A Dsockfilt.c495 pos.LowPart = SetFilePointer(handle, 0, &pos.HighPart, FILE_CURRENT); in select_ws_wait_thread()
/aosp_15_r20/external/python/cpython2/Modules/
Dmmapmodule.c470 SetFilePointer(self->file_handle, in mmap_resize_method()
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dsyscall_windows.go626 rlo, e := SetFilePointer(fd, lo, &hi, w)
Dzsyscall_windows.go3140 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff… func
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go1074 func SetFilePointer(handle Handle, lowoffset int32, highoffsetptr *int32, whence uint32) (newlowoff… func
/aosp_15_r20/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/
H A Dkernel32.sym318 PUBLIC 10b8e 10 SetFilePointer
/aosp_15_r20/prebuilts/go/linux-x86/api/
Dgo1.txt28640 pkg syscall (windows-386), func SetFilePointer(Handle, int32, *int32, uint32) (uint32, error)
29569 pkg syscall (windows-amd64), func SetFilePointer(Handle, int32, *int32, uint32) (uint32, error)

12