Home
last modified time | relevance | path

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

/trusty/user/app/keymint/unauthorized_test_app/
Dlib.rs33 let port2 = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in test_access_policy_unauthorized() localVariable
34 let err1 = Handle::connect(port2.as_c_str()).expect_err( in test_access_policy_unauthorized()
/trusty/user/app/keymint/
Dipc_manager.rs652 let port2 = CString::try_new(KM_SEC_TIPC_SRV_PORT).unwrap(); in connection_test() localVariable
653 let _session2 = Handle::connect(port2.as_c_str()).unwrap(); in connection_test()