Searched refs:ClassPathEntry (Results 1 – 4 of 4) sorted by relevance
44 struct ClassPathEntry { struct64 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path); argument
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()[all …]
462 ClassPathEntry* cpe; in dvmOptimizeDexFile()1103 static const char* getCacheFileName(const ClassPathEntry* cpe) in getCacheFileName()1120 static const u1* getSignature(const ClassPathEntry* cpe) in getSignature()1296 ClassPathEntry* cpe; in dvmCheckOptHeaderAndDependencies()1366 ClassPathEntry* cpe; in writeDependencies()
180 ClassPathEntry* bootClassPath;