Searched refs:mKernelConfigs (Results 1 – 6 of 6) sorted by relevance
53 return mKernelConfigs; in kernelConfigs()100 auto it = this->mKernelConfigs.find(key); in checkCompatibility()101 if (it == this->mKernelConfigs.end()) { in checkCompatibility()
388 << "\n#CONFIG's loaded = " << ki.mKernelConfigs.size() << ";\n"; in dump()389 for (const auto &pair : ki.mKernelConfigs) { in dump()
117 if (!mRuntimeInfo->mKernelConfigs.emplace(std::move(key), std::move(value)).second) { in parseConfig()
31 mKernelConfigs = {{"CONFIG_64BIT", "y"}, in fetchAllInformation()
154 info.mKernelConfigs = { in testRuntimeInfo()
84 std::map<std::string, std::string> mKernelConfigs; member