Home
last modified time | relevance | path

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

/system/security/keystore/
Dkeystore.cpp2197 if (!checkBinderPermissionSelfOrSystem(P_CLEAR_UID, targetUid)) { in clear_uid()
2770 inline bool checkBinderPermissionSelfOrSystem(perm_t permission, int32_t targetUid) { in checkBinderPermissionSelfOrSystem() function in android::KeyStoreProxy