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
39 UeventdConfiguration ParseConfig(const std::vector<std::string>& configs); argument
Dueventd_parser.cpp223 UeventdConfiguration ParseConfig(const std::vector<std::string>& configs) { in ParseConfig()
225 UeventdConfiguration ueventd_configuration; in ParseConfig()
Dueventd_parser_test.cpp59 void TestUeventdFile(const std::string& content, const UeventdConfiguration& expected) { in TestUeventdFile()