Searched refs:ClassPathEntry (Results 1 – 4 of 4) sorted by relevance
38 typedef struct ClassPathEntry { struct48 } ClassPathEntry; argument64 bool dvmClassPathContains(const ClassPathEntry* cpe, const char* path);
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()[all …]
408 ClassPathEntry* cpe; in dvmOptimizeDexFile()972 static const char* getCacheFileName(const ClassPathEntry* cpe) in getCacheFileName()989 static const u1* getSignature(const ClassPathEntry* cpe) in getSignature()1179 ClassPathEntry* cpe; in dvmCheckOptHeaderAndDependencies()1249 ClassPathEntry* cpe; in writeDependencies()
155 ClassPathEntry* bootClassPath;