Home | History | Annotate | Download | only in chrome_frame

Lines Matching full:sddl

473     std::wstring sddl;
474 if (!ReadBackupKey(&sddl))
479 if (!sd.FromString(sddl.c_str()))
499 // Read SDDL string from backup key
500 bool ReadBackupKey(std::wstring* sddl) {
515 if (backup_key.ReadValue(NULL, WriteInto(sddl, wchar_count), &len,