Searched defs:CStr (Results 1 – 3 of 3) sorted by relevance
91 fn read_raw(prop_info: *const PropInfo, mut f: impl FnOnce(Option<&CStr>, Option<&CStr>)) { in read_raw()
435 pub fn check_keystore_permission(caller_ctx: &CStr, perm: KeystorePerm) -> anyhow::Result<()> { in check_keystore_permission()454 caller_ctx: &CStr, in check_grant_permission()506 caller_ctx: &CStr, in check_key_permission()
283 pub fn check_access(source: &CStr, target: &CStr, tclass: &str, perm: &str) -> Result<()> { in check_access()