Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for pathBuffeLen (0.22 sec)

  1. src/os/os_windows_test.go

    }
    
    func (rd *reparseData) addPrintNameNoNUL(name string) {
    	rd.printName.offset, rd.printName.length = rd.addStringNoNUL(name)
    }
    
    // pathBuffeLen returns length of rd pathBuf in bytes.
    func (rd *reparseData) pathBuffeLen() uint16 {
    	return uint16(len(rd.pathBuf)) * 2
    }
    
    // Windows REPARSE_DATA_BUFFER contains union member, and cannot be
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
Back to top