Home
last modified time | relevance | path

Searched refs:mKernelConfigs (Results 1 – 6 of 6) sorted by relevance

/system/libvintf/
DRuntimeInfo.cpp53 return mKernelConfigs; in kernelConfigs()
100 auto it = this->mKernelConfigs.find(key); in checkCompatibility()
101 if (it == this->mKernelConfigs.end()) { in checkCompatibility()
Dparse_string.cpp388 << "\n#CONFIG's loaded = " << ki.mKernelConfigs.size() << ";\n"; in dump()
389 for (const auto &pair : ki.mKernelConfigs) { in dump()
DRuntimeInfo-target.cpp117 if (!mRuntimeInfo->mKernelConfigs.emplace(std::move(key), std::move(value)).second) { in parseConfig()
/system/libvintf/test/
DRuntimeInfo-fake.cpp31 mKernelConfigs = {{"CONFIG_64BIT", "y"}, in fetchAllInformation()
Dmain.cpp154 info.mKernelConfigs = { in testRuntimeInfo()
/system/libvintf/include/vintf/
DRuntimeInfo.h84 std::map<std::string, std::string> mKernelConfigs; member