ScopedSd           95 remoting/host/ipc_util_win.cc   ScopedSd sd = ConvertSddlToSd(pipe_security_descriptor);
ScopedSd          542 remoting/host/setup/me2me_native_messaging_host.cc   ScopedSd sd = ConvertSddlToSd(security_descriptor);
ScopedSd           26 remoting/host/win/com_security.cc   ScopedSd relative_sd = ConvertSddlToSd(sddl);
ScopedSd           31 remoting/host/win/com_security.cc   ScopedSd absolute_sd;
ScopedSd          151 remoting/host/win/elevated_controller.cc   ScopedSd sd = ConvertSddlToSd(security_descriptor);
ScopedSd           14 remoting/host/win/security_descriptor.cc ScopedSd ConvertSddlToSd(const std::string& sddl) {
ScopedSd           19 remoting/host/win/security_descriptor.cc     return ScopedSd();
ScopedSd           22 remoting/host/win/security_descriptor.cc   ScopedSd sd(length);
ScopedSd           68 remoting/host/win/security_descriptor.cc bool MakeScopedAbsoluteSd(const ScopedSd& relative_sd,
ScopedSd           69 remoting/host/win/security_descriptor.cc                           ScopedSd* absolute_sd,
ScopedSd           96 remoting/host/win/security_descriptor.cc   ScopedSd local_absolute_sd(absolute_sd_size);
ScopedSd           21 remoting/host/win/security_descriptor.h ScopedSd ConvertSddlToSd(const std::string& sddl);
ScopedSd           32 remoting/host/win/security_descriptor.h bool MakeScopedAbsoluteSd(const ScopedSd& relative_sd,
ScopedSd           33 remoting/host/win/security_descriptor.h                           ScopedSd* absolute_sd,
ScopedSd          134 remoting/host/win/unprivileged_process_delegate.cc   ScopedSd desktop_sd = ConvertSddlToSd(desktop_sddl);
ScopedSd          135 remoting/host/win/unprivileged_process_delegate.cc   ScopedSd window_station_sd = ConvertSddlToSd(window_station_sddl);
ScopedSd          256 remoting/host/win/unprivileged_process_delegate.cc   ScopedSd process_sd = ConvertSddlToSd(kWorkerProcessSd);
ScopedSd          257 remoting/host/win/unprivileged_process_delegate.cc   ScopedSd thread_sd = ConvertSddlToSd(kWorkerThreadSd);