Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dcheck_vintf.cpp107 std::string kernelConfigFile; member
120 if (!android::base::ReadFileToString(kernelConfigFile, &content)) { in fetchAllInformation()
121 LOG(ERROR) << "Cannot read " << kernelConfigFile; in fetchAllInformation()
130 LOG(INFO) << "read kernel configs from " << kernelConfigFile; in fetchAllInformation()
303 ret->kernelConfigFile = arg.substr(colonPos + 1); in getRuntimeInfo()