OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_app_id
(Results
1 - 4
of
4
) sorted by null
/system/security/keystore/
keystore_utils.h
44
uid_t
get_app_id
(uid_t uid);
keystore_utils.cpp
91
uid_t
get_app_id
(uid_t uid) {
function
permissions.cpp
162
if (
get_app_id
(uid) == AID_SYSTEM) {
key_store_service.cpp
666
if (
get_app_id
(targetUid) == AID_SYSTEM) {
702
if ((flags & KEYSTORE_FLAG_CRITICAL_TO_DEVICE_ENCRYPTION) &&
get_app_id
(uid) != AID_SYSTEM) {
862
if ((flags & KEYSTORE_FLAG_CRITICAL_TO_DEVICE_ENCRYPTION) &&
get_app_id
(uid) != AID_SYSTEM) {
[
all
...]
Completed in 159 milliseconds