Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/scopedpool/
DScopedClassPool.java121 this.removeClassPath(classPath); in close()
/external/javassist/src/main/javassist/
DClassPool.java982 public void removeClassPath(ClassPath cp) { in removeClassPath() method in ClassPool
983 source.removeClassPath(cp); in removeClassPath()
DClassPoolTail.java232 public synchronized void removeClassPath(ClassPath cp) { in removeClassPath() method in ClassPoolTail
/external/javassist/src/test/javassist/
DJvstTest.java61 pool.removeClassPath(cp3); in testClassPath()
63 pool.removeClassPath(cp4); in testClassPath()
65 pool.removeClassPath(cp2); in testClassPath()
67 pool.removeClassPath(cp1); in testClassPath()