Home | History | Annotate | Download | only in syscall

Lines Matching full:getcurrentdirectory

159 //sys	GetCurrentDirectory(buflen uint32, buf *uint16) (n uint32, err error) = GetCurrentDirectoryW
377 n, e := GetCurrentDirectory(uint32(len(b)), &b[0])