OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGrants
(Results
1 - 2
of
2
) sorted by null
/system/security/keystore/
keystore.cpp
42
for (android::Vector<grant_t*>::iterator it(
mGrants
.begin()); it !=
mGrants
.end(); it++) {
45
mGrants
.clear();
396
mGrants
.add(grant);
401
for (android::Vector<grant_t*>::iterator it(
mGrants
.begin()); it !=
mGrants
.end(); it++) {
405
mGrants
.erase(it);
567
for (android::Vector<grant_t*>::const_iterator it(
mGrants
.begin()); it !=
mGrants
.end(); it++) {
keystore.h
121
android::Vector<grant_t*>
mGrants
;
Completed in 2300 milliseconds