Home
last modified time | relevance | path

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

/art/tools/class2greylist/src/com/android/class2greylist/
DApiComponents.java257 int tagPos = sc.find('#'); in fromLinkTag() local
258 String fullyQualifiedClassName = sc.next(tagPos); in fromLinkTag()
273 if (tagPos == -1) { in fromLinkTag()