sbool dm_moduleClassLoaderContainsByteCodePath(File byteCodePath) { ClassLoader cl = dm_moduleClassLoader(); ret contains(filesFromClassLoader_new(cl), byteCodePath); }