Home
last modified time | relevance | path

Searched refs:grant (Results 1 – 25 of 81) sorted by relevance

1234

/system/security/keystore/
Dkeystore.cpp393 grant_t* grant = new grant_t; in addGrant() local
394 grant->uid = granteeUid; in addGrant()
395 grant->filename = reinterpret_cast<const uint8_t*>(strdup(filename)); in addGrant()
396 mGrants.add(grant); in addGrant()
402 grant_t* grant = *it; in removeGrant() local
403 if (grant->uid == granteeUid && in removeGrant()
404 !strcmp(reinterpret_cast<const char*>(grant->filename), filename)) { in removeGrant()
568 grant_t* grant = *it; in getGrant() local
569 if (grant->uid == uid && in getGrant()
570 !strcmp(reinterpret_cast<const char*>(grant->filename), filename)) { in getGrant()
[all …]
Dkey_store_service.h80 int32_t grant(const String16& name, int32_t granteeUid);
/system/sepolicy/
Dsystem_app.te66 grant
Daccess_vectors599 grant
/system/security/keystore/include/keystore/
DIKeystoreService.h191 virtual int32_t grant(const String16& name, int32_t granteeUid) = 0;
/system/sepolicy/tools/sepolicy-analyze/
DREADME38 grant the same permissions where one allow rule is written
/system/connectivity/shill/
DTESTING74 you will need to grant execute permissions to the test binary using
/system/extras/crypto-perf/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/core/init/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/tpm/attestation/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/libfec/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/verity/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/webservd/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/tpm/trunks/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/taskstats/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/keymaster/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/core/libutils/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/libpagemap/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/kexec_tools/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/firewalld/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/sane_schedstat/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/boot_control_copy/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/memtrack/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/sound/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade
/system/extras/ext4_utils/
DNOTICE151 6. Trademarks. This License does not grant permission to use the trade

1234