Home
last modified time | relevance | path

Searched defs:posn (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libutils/include/utils/
H A DList.h213 iterator insert(iterator posn, const T& val) in insert()
224 void insert(iterator posn, const_iterator first, const_iterator last) { in insert()
230 iterator erase(iterator posn) { in erase()
/aosp14/frameworks/base/tools/aapt/
H A DZipEntry.cpp43 long posn; in initFromCDE() local