Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/support/test/
Dmsg_formatting_test.cpp86 bool command_matches; in TEST() local
87 std::tie(in, command_matches, prompt, extra, locale, uiOpts) = in TEST()
90 ASSERT_TRUE(command_matches); in TEST()
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dmsg_formatting.h407 bool command_matches;
408 std::tie(in, command_matches) = read(in, cmd);
409 if (!command_matches) return {in, false, HEAD(), Tail()...};