Searched refs:get_selinux_context (Results 1 – 1 of 1) sorted by relevance
115 fn get_selinux_context(&self) -> binder::Result<String> { in get_selinux_context() method128 fn get_selinux_context(&self) -> binder::Result<String>; in get_selinux_context() method148 TestTransactionCode::GetSelinuxContext => reply.write(&service.get_selinux_context()?), in on_transact()160 fn get_selinux_context(&self) -> binder::Result<String> { in get_selinux_context() method175 fn get_selinux_context(&self) -> binder::Result<String> { in get_selinux_context() method176 self.0.get_selinux_context() in get_selinux_context()286 fn get_selinux_context() { in get_selinux_context() function298 test_client.get_selinux_context().unwrap(), in get_selinux_context()