Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java138 m_pathSet = new HashSet (path.length); in PathEnumerator()
141 m_pathSet.add (path [p].getPath ()); // set of [possibly canonical] paths in PathEnumerator()
146 m_pathSet = null; in PathEnumerator()
267 if (m_pathSet.add (fullPath)) in enumeratePathArchive()
315 private final Set /* String */ m_pathSet; field in IPathEnumerator.Factory.PathEnumerator