Lines Matching refs:ClassPathEntry
170 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap);
171 static void freeCpeArray(ClassPathEntry* cpe);
394 static void dumpClassPath(const ClassPathEntry* cpe) in dumpClassPath()
431 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path) in dvmClassPathContains()
447 static void freeCpeArray(ClassPathEntry* cpe) in freeCpeArray()
449 ClassPathEntry* cpeStart = cpe; in freeCpeArray()
483 static bool prepareCpe(ClassPathEntry* cpe, bool isBootstrap) in prepareCpe()
540 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap) in processClassPath()
542 ClassPathEntry* cpe = NULL; in processClassPath()
571 cpe = (ClassPathEntry*) calloc(count+1, sizeof(ClassPathEntry)); in processClassPath()
595 ClassPathEntry tmp; in processClassPath()
653 const ClassPathEntry* cpe = gDvm.bootClassPath; in searchBootPathForClass()
752 const ClassPathEntry* cpe = gDvm.bootClassPath; in dvmGetBootPathSize()
774 const ClassPathEntry* cpe = gDvm.bootClassPath; in dvmGetBootPathResource()