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

  /external/lzma/CPP/Windows/
FileIO.cpp 420 bool COutFile::SetEndOfFile() throw() { return BOOLToBool(::SetEndOfFile(_handle)); }
429 return SetEndOfFile();
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_windows.go 46 procSetEndOfFile = modkernel32.NewProc("SetEndOfFile")
482 func SetEndOfFile(handle Handle) (err error) {
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_windows.go 46 procSetEndOfFile = modkernel32.NewProc("SetEndOfFile")
482 func SetEndOfFile(handle Handle) (err error) {
    [all...]

Completed in 1735 milliseconds