Searched refs:eidx (Results 1 – 2 of 2) sorted by relevance
144 ssize_t eidx = pos >= 0 ? mEntryArray.itemAt(pos) : -1; in add() local145 if (eidx < 0) { in add()146 eidx = mEntries.add(entry(value)); in add()147 if (eidx < 0) { in add()149 return eidx; in add()154 entry& ent = mEntries.editItemAt(eidx); in add()166 entry& ent = mEntries.editItemAt(eidx); in add()188 pos = mEntryArray.add(eidx); in add()192 entry& ent = mEntries.editItemAt(eidx); in add()197 String8(value).string(), pos, eidx, vidx)); in add()
9648 int eidx = fullCodePath.lastIndexOf("/"); in cidFromCodePath() local9649 String subStr1 = fullCodePath.substring(0, eidx); in cidFromCodePath()9651 return subStr1.substring(sidx+1, eidx); in cidFromCodePath()9687 int eidx = fullCodePath.lastIndexOf("/"); in AsecInstallArgs() local9688 String subStr1 = fullCodePath.substring(0, eidx); in AsecInstallArgs()9690 cid = subStr1.substring(sidx+1, eidx); in AsecInstallArgs()