Home | History | Annotate | Download | only in syscall

Lines Matching defs:String

39 func TranslateAccountName(username string, from, to uint32, initSize int) (string, error) {
104 // StringToSid converts a string-format security identifier
106 func StringToSid(s string) (*SID, error) {
123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
157 // String converts sid to a string format
159 func (sid *SID) String() (string, error) {
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
361 func (t Token) GetUserProfileDirectory() (string, error) {