Home
last modified time | relevance | path

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

/system/core/init/
Dueventd_parser.h28 struct UeventdConfiguration { struct
37 UeventdConfiguration ParseConfig(const std::vector<std::string>& configs); argument
Dueventd_parser.cpp206 UeventdConfiguration ParseConfig(const std::vector<std::string>& configs) { in ParseConfig()
208 UeventdConfiguration ueventd_configuration; in ParseConfig()
Dueventd_parser_test.cpp57 void TestUeventdFile(const std::string& content, const UeventdConfiguration& expected) { in TestUeventdFile()