OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasGrant
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/keystore/java/android/security/
IKeyChainService.aidl
50
boolean
hasGrant
(int uid, String alias);
/system/security/keystore/
keystore.h
78
bool
hasGrant
(const char* filename, const uid_t uid) const {
keystore.cpp
515
if (!
hasGrant
(filepath8.string(), uid)) {
/packages/apps/KeyChain/src/com/android/keychain/
KeyChainService.java
284
@Override public boolean
hasGrant
(int uid, String alias) {
Completed in 3449 milliseconds