Home
last modified time | relevance | path

Searched refs:security_descriptor (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/platform/
Dnamed_platform_channel_win.cc56 options.security_descriptor.empty() ? kDefaultSecurityDescriptor in CreateServerEndpoint()
57 : options.security_descriptor.c_str(), in CreateServerEndpoint()
Dnamed_platform_channel.h51 base::string16 security_descriptor; in COMPONENT_EXPORT() local
/external/webrtc/webrtc/base/
Dwin32filesystem.cc142 SECURITY_DESCRIPTOR security_descriptor; in CreatePrivateFile() local
143 if (!::InitializeSecurityDescriptor(&security_descriptor, in CreatePrivateFile()
150 if (!::SetSecurityDescriptorDacl(&security_descriptor, in CreatePrivateFile()
161 security_attributes.lpSecurityDescriptor = &security_descriptor; in CreatePrivateFile()