Lines Matching refs:isBootstrap
170 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap);
603 static bool prepareCpe(ClassPathEntry* cpe, bool isBootstrap)
622 if (dvmJarFileOpen(cpe->fileName, NULL, &pJarFile, isBootstrap) == 0) {
629 if (dvmRawDexFileOpen(cpe->fileName, NULL, &pRawDexFile, isBootstrap) == 0) {
654 static ClassPathEntry* processClassPath(const char* pathStr, bool isBootstrap)
701 if (isBootstrap &&
722 if (!prepareCpe(&tmp, isBootstrap)) {