- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for UTF16ToString (0.08 seconds)
-
cmd/os_windows.go
} err = osErrToFileErr(&os.PathError{ Op: "FindNextFile", Path: dirPath, Err: err, }) if err == errFileNotFound { return nil } return err } name := syscall.UTF16ToString(data.FileName[0:]) if name == "" || name == "." || name == ".." { // Useless names continue } var typ os.FileMode // regular file switch {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Feb 18 16:25:55 GMT 2025 - 5K bytes - Click Count (0) -
internal/disk/type_windows.go
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Jan 02 17:15:06 GMT 2022 - 2.2K bytes - Click Count (0) -
api/go1.txt
pkg syscall (windows-386), func TransmitFile(Handle, Handle, uint32, uint32, *Overlapped, *TransmitFileBuffers, uint32) error pkg syscall (windows-386), func UTF16ToString([]uint16) string pkg syscall (windows-386), func UnmapViewOfFile(uintptr) error pkg syscall (windows-386), func VirtualLock(uintptr, uintptr) error pkg syscall (windows-386), func VirtualUnlock(uintptr, uintptr) error
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Wed Aug 14 18:58:28 GMT 2013 - 1.7M bytes - Click Count (0)