Home
last modified time | relevance | path

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

/frameworks/native/cmds/cmd/
Dcmd.cpp115 int accessGranted = selinux_check_access(seLinuxContext8.string(), context.get(), in openFile() local
117 if (accessGranted != 0) { in openFile()
127 int accessGranted = selinux_check_access(seLinuxContext8.string(), context.get(), in openFile() local
129 if (accessGranted != 0) { in openFile()
/frameworks/base/core/jni/
Dandroid_os_SELinux.cpp367 int accessGranted = selinux_check_access(tmp1, tmp2, objectClass.c_str(), permission.c_str(), in checkSELinuxAccess() local
371 objectClass.c_str(), permission.c_str(), accessGranted); in checkSELinuxAccess()
373 return (accessGranted == 0) ? true : false; in checkSELinuxAccess()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java4064 private void handleAuthenticatorResponse(boolean accessGranted) throws RemoteException { in newRequestAccountAccessIntent() argument
4070 result.putBoolean(AccountManager.KEY_BOOLEAN_RESULT, accessGranted); in newRequestAccountAccessIntent()