Home
last modified time | relevance | path

Searched refs:kernelConfigs (Results 1 – 4 of 4) sorted by relevance

/system/libvintf/include/vintf/
DRuntimeInfo.h62 const std::map<std::string, std::string> &kernelConfigs() const;
/system/libvintf/
DRuntimeInfo.cpp52 const std::map<std::string, std::string> &RuntimeInfo::kernelConfigs() const { in kernelConfigs() function in android::vintf::RuntimeInfo
DAssembleVintf.cpp267 std::vector<KernelConfig> kernelConfigs; in parseFilesForKernelConfigs() local
268 if ((ret &= parseFileForKernelConfigs(namedStream.stream(), &kernelConfigs))) in parseFilesForKernelConfigs()
269 out->emplace_back(std::move(condition), std::move(kernelConfigs)); in parseFilesForKernelConfigs()
Dparse_string.cpp482 oss << "\n#CONFIG's loaded = " << ki.kernelConfigs().size() << ";\n"; in dump()
485 for (const auto& pair : ki.kernelConfigs()) { in dump()