Lines Matching refs:ClassPathEntry
170 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap);
171 static void freeCpeArray(ClassPathEntry* cpe);
504 static void dumpClassPath(const ClassPathEntry* cpe) in dumpClassPath()
540 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path) in dvmClassPathContains()
556 static void freeCpeArray(ClassPathEntry* cpe) in freeCpeArray()
558 ClassPathEntry* cpeStart = cpe; in freeCpeArray()
603 static bool prepareCpe(ClassPathEntry* cpe, bool isBootstrap) in prepareCpe()
654 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap) in processClassPath()
656 ClassPathEntry* cpe = NULL; in processClassPath()
685 cpe = (ClassPathEntry*) calloc(count+1, sizeof(ClassPathEntry)); in processClassPath()
709 ClassPathEntry tmp; in processClassPath()
770 const ClassPathEntry* cpe = gDvm.bootClassPath; in searchBootPathForClass()
865 const ClassPathEntry* cpe = gDvm.bootClassPath; in dvmGetBootPathSize()
887 const ClassPathEntry* cpe = gDvm.bootClassPath; in dvmGetBootPathResource()