Home | History | Annotate | Download | only in fmq

Lines Matching refs:grantors

580      * Verify that the the Descriptor contains the minimum number of grantors
1156 auto grantors = mDesc->grantors();
1157 if ((handle == nullptr) || (grantorIdx >= grantors.size())) {
1161 int fdIndex = grantors[grantorIdx].fdIndex;
1165 int mapOffset = (grantors[grantorIdx].offset / PAGE_SIZE) * PAGE_SIZE;
1167 grantors[grantorIdx].offset - mapOffset + grantors[grantorIdx].extent;
1174 (grantors[grantorIdx].offset - mapOffset);
1180 auto grantors = mDesc->grantors();
1181 if ((address == nullptr) || (grantorIdx >= grantors.size())) {
1185 int mapOffset = (grantors[grantorIdx].offset / PAGE_SIZE) * PAGE_SIZE;
1187 grantors[grantorIdx].offset - mapOffset + grantors[grantorIdx].extent;
1189 (grantors[grantorIdx].offset - mapOffset);