Searched refs:_sourcepath (Results 1 – 1 of 1) sorted by relevance
41 final List _sourcepath = new ArrayList (sourcepath.length); in SourcePathCache() local47 _sourcepath.add (dir); in SourcePathCache()50 m_sourcepath = new File [_sourcepath.size ()]; in SourcePathCache()51 _sourcepath.toArray (m_sourcepath); in SourcePathCache()63 final List _sourcepath = new ArrayList (sourcepath.length); in SourcePathCache() local69 _sourcepath.add (dir); in SourcePathCache()72 m_sourcepath = new File [_sourcepath.size ()]; in SourcePathCache()73 _sourcepath.toArray (m_sourcepath); in SourcePathCache()