Searched refs:m_sourcepath (Results 1 – 1 of 1) sorted by relevance
50 m_sourcepath = new File [_sourcepath.size ()]; in SourcePathCache()51 _sourcepath.toArray (m_sourcepath); in SourcePathCache()72 m_sourcepath = new File [_sourcepath.size ()]; in SourcePathCache()73 _sourcepath.toArray (m_sourcepath); in SourcePathCache()86 if (m_sourcepath.length == 0) return null; in find()92 entry = new CacheEntry (m_sourcepath.length); in find()102 listing = faultListing (m_sourcepath [p], packageVMName); in find()111 return new File (m_sourcepath [p], relativeFile.getPath ()).getAbsoluteFile (); in find()217 private final File [] m_sourcepath; // never null field in SourcePathCache