Home
last modified time | relevance | path

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

/aosp12/system/libvintf/include/vintf/
H A DRuntimeInfo.h62 const std::map<std::string, std::string> &kernelConfigs() const;
/aosp12/system/libvintf/
H A DRuntimeInfo.cpp55 const std::map<std::string, std::string> &RuntimeInfo::kernelConfigs() const { in kernelConfigs() function in android::vintf::RuntimeInfo
H A 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()
H A Dparse_string.cpp468 oss << "\n#CONFIG's loaded = " << ki.kernelConfigs().size() << ";\n"; in dump()
471 for (const auto& pair : ki.kernelConfigs()) { in dump()
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_Debug.cpp958 const std::map<std::string, std::string>& configs = runtime_info->kernelConfigs(); in android_os_Debug_isVmapStack()