Home
last modified time | relevance | path

Searched refs:eidx (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
DStringPool.cpp144 ssize_t eidx = pos >= 0 ? mEntryArray.itemAt(pos) : -1; in add() local
145 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()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java9648 int eidx = fullCodePath.lastIndexOf("/"); in cidFromCodePath() local
9649 String subStr1 = fullCodePath.substring(0, eidx); in cidFromCodePath()
9651 return subStr1.substring(sidx+1, eidx); in cidFromCodePath()
9687 int eidx = fullCodePath.lastIndexOf("/"); in AsecInstallArgs() local
9688 String subStr1 = fullCodePath.substring(0, eidx); in AsecInstallArgs()
9690 cid = subStr1.substring(sidx+1, eidx); in AsecInstallArgs()