Searched refs:classPath (Results 1 – 4 of 4) sorted by relevance
493 DbeFile::find_in_classpath (char *filename, Vector<DbeFile*> *classPath) in find_in_classpath() argument495 for (int i = 0, sz = classPath ? classPath->size () : 0; i < sz; i++) in find_in_classpath()497 DbeFile *df = classPath->fetch (i); in find_in_classpath()
94 void find_in_classpath (char *filename, Vector<DbeFile*> *classPath);