Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp86 bool IsSectionStart(const std::string& line, std::string* section_name) { in IsSectionStart() argument
90 *section_name = match.str(1); in IsSectionStart()
119 std::string section_name; in ParseSections() local
120 if (IsSectionStart(line, &section_name)) { in ParseSections()
122 current_section_name = section_name; in ParseSections()
440 std::string section_name; in TEST_F() local
441 if (IsSectionStart(line, &section_name)) { in TEST_F()
442 current_section_name = section_name; in TEST_F()