HomeSort by relevance Sort by last modified time
    Searched refs:psid (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/
glocalfileinfo.c 1333 PSID psid = 0; local
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-win.c 57 extern BOOL WINAPI ConvertStringSidToSidA (LPCSTR StringSid, PSID *Sid);
58 extern BOOL WINAPI ConvertSidToStringSidA (PSID Sid, LPSTR *StringSid);
693 if (!LookupAccountNameW (NULL, waccount, (PSID) *ppsid, &sid_length,
700 if (!IsValidSid ((PSID) *ppsid))
747 PSID psid; local
763 psid = token_user->User.Sid;
764 if (!IsValidSid (psid))
769 if (!ConvertSidToStringSidA (psid, sid))
    [all...]
dbus-sysdeps-wince-glue.c 516 LookupAccountNameW (LPCWSTR lpSystemName, LPCWSTR lpAccountName, PSID Sid, PDWORD cbSid,
525 IsValidSid (PSID psid)

Completed in 277 milliseconds