Home
last modified time | relevance | path

Searched defs:ScopedSecurityContext (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs409 struct ScopedSecurityContext; struct
411 impl ScopedSecurityContext { implementation
412 fn new(proc: &File, ctx: &CStr) -> io::Result<ScopedSecurityContext> { in new()
433 impl Drop for ScopedSecurityContext { implementation
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_gssapi_posix.cc631 ScopedSecurityContext::ScopedSecurityContext(GSSAPILibrary* gssapi_lib) in ScopedSecurityContext() function in net::ScopedSecurityContext