Home
last modified time | relevance | path

Searched refs:with_calling_sid (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/rust/src/
Dstate.rs140 pub fn with_calling_sid<T, F>(check_permission: F) -> T in with_calling_sid() method
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs140 ThreadState::with_calling_sid(|sid| sid.map(|s| s.to_string_lossy().into_owned())); in get_selinux_context()