Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DKernelInfo.h31 struct StaticRuntimeInfo;
61 friend struct details::StaticRuntimeInfo;
/system/libvintf/
Dcheck_vintf.cpp104 struct StaticRuntimeInfo : public RuntimeInfo { struct
235 bool parseKernelVersionOrRelease(const std::string& s, StaticRuntimeInfo* ret) { in parseKernelVersionOrRelease()
267 bool parseKernelArgFirstHalf(const std::string& s, StaticRuntimeInfo* ret) { in parseKernelArgFirstHalf()
286 std::shared_ptr<StaticRuntimeInfo> getRuntimeInfo(const T& args) { in getRuntimeInfo()
287 auto ret = std::make_shared<StaticRuntimeInfo>(); in getRuntimeInfo()
426 std::shared_ptr<StaticRuntimeInfo> runtimeInfo) { in checkAllFiles()
599 std::shared_ptr<StaticRuntimeInfo> runtimeInfo; in main()