Home
last modified time | relevance | path

Searched defs:SetEndOfFile (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/
H A DFileIO.cpp593 bool COutFile::SetEndOfFile() throw() { return BOOLToBool(::SetEndOfFile(_handle)); } in SetEndOfFile() function in NWindows::NFile::NIO::COutFile
/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dzsyscall_windows.go1042 func SetEndOfFile(handle Handle) (err error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/windows/
Dzsyscall_windows.go3086 func SetEndOfFile(handle Handle) (err error) { func
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs64727 pub fn SetEndOfFile(hFile: HANDLE) -> BOOL; in SetEndOfFile() function