Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofile_assistant_test.cc1206 std::ostringstream with_annotation_input_file_contents; in TEST_F() local
1209 with_annotation_input_file_contents << "{foobar}" << m << "\n"; in TEST_F()
1214 ASSERT_TRUE(CreateProfile(with_annotation_input_file_contents.str(), in TEST_F()