HomeSort by relevance Sort by last modified time
    Searched full:grant_t (Results 1 - 1 of 1) sorted by null

  /system/security/keystore/
keystore.cpp 868 } grant_t; typedef in typeref:struct:__anon61068
880 for (android::Vector<grant_t*>::iterator it(mGrants.begin());
1050 const grant_t* existing = getGrant(filename, granteeUid);
1052 grant_t* grant = new grant_t;
1060 for (android::Vector<grant_t*>::iterator it(mGrants.begin());
1062 grant_t* grant = *it;
    [all...]

Completed in 120 milliseconds