HomeSort by relevance Sort by last modified time
    Searched refs:SetEndOfFile (Results 1 - 14 of 14) sorted by null

  /external/curl/src/
tool_cb_see.c 124 if(!SetEndOfFile((HANDLE)_get_osfhandle(fd)))
  /external/lzma/CPP/Windows/
FileIO.cpp 420 bool COutFile::SetEndOfFile() throw() { return BOOLToBool(::SetEndOfFile(_handle)); }
429 return SetEndOfFile();
FileIO.h 195 bool SetEndOfFile() throw();
  /external/pdfium/core/src/fxcrt/
fxcrt_windows.cpp 170 return ::SetEndOfFile(m_hFile);
  /external/pdfium/xfa/src/fgas/src/crt/
fx_system.cpp 77 FX_BOOL bRet = ::SetEndOfFile(hFile);
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_win32io.cpp 276 ((doTruncate && SetEndOfFile(file_no) == 0) ||
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_windows.go 166 //sys SetEndOfFile(handle Handle) (err error)
448 e = SetEndOfFile(fd)
    [all...]
zsyscall_windows.go 46 procSetEndOfFile = modkernel32.NewProc("SetEndOfFile")
482 func SetEndOfFile(handle Handle) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_windows.go 166 //sys SetEndOfFile(handle Handle) (err error)
448 e = SetEndOfFile(fd)
    [all...]
zsyscall_windows.go 46 procSetEndOfFile = modkernel32.NewProc("SetEndOfFile")
482 func SetEndOfFile(handle Handle) (err error) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2806 milliseconds