Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/
H A Dcommand_test.cpp104 std::string str2_value; in TEST() local
105 options.PullStringValue("--str2-option", &str2_value); in TEST()
106 ASSERT_EQ(str2_value, "str2_value"); in TEST()