Searched defs:ScopedSecurityContext (Results 1 – 2 of 2) sorted by relevance
409 struct ScopedSecurityContext; struct411 impl ScopedSecurityContext { implementation412 fn new(proc: &File, ctx: &CStr) -> io::Result<ScopedSecurityContext> { in new()433 impl Drop for ScopedSecurityContext { implementation
631 ScopedSecurityContext::ScopedSecurityContext(GSSAPILibrary* gssapi_lib) in ScopedSecurityContext() function in net::ScopedSecurityContext