Home | History | Annotate | Download | only in oo

Lines Matching refs:ClassPathEntry

170 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap);
171 static void freeCpeArray(ClassPathEntry* cpe);
392 * Dump the contents of a ClassPathEntry array.
394 static void dumpClassPath(const ClassPathEntry* cpe)
431 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path)
443 * Free an array of ClassPathEntry structs.
447 static void freeCpeArray(ClassPathEntry* cpe)
449 ClassPathEntry* cpeStart = cpe;
478 * Prepare a ClassPathEntry struct, which at this point only has a valid
483 static bool prepareCpe(ClassPathEntry* cpe, bool isBootstrap)
530 * into an array of ClassPathEntry structs.
540 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap)
542 ClassPathEntry* cpe = NULL;
571 cpe = (ClassPathEntry*) calloc(count+1, sizeof(ClassPathEntry));
595 ClassPathEntry tmp;
653 const ClassPathEntry* cpe = gDvm.bootClassPath;
752 const ClassPathEntry* cpe = gDvm.bootClassPath;
774 const ClassPathEntry* cpe = gDvm.bootClassPath;