Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc303 std::string* output_file_contents) { in CreateAndDump() argument
309 EXPECT_TRUE(DumpClassesAndMethods(profile_file.GetFilename(), output_file_contents)); in CreateAndDump()
696 std::string output_file_contents; in TEST_F() local
697 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
698 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()
713 std::string output_file_contents; in TEST_F() local
817 std::string output_file_contents; in TEST_F() local
818 EXPECT_TRUE(DumpClassesAndMethods(out_profile.GetFilename(), &output_file_contents)); in TEST_F()
820 EXPECT_NE(output_file_contents.find(kCleanClass + "\n"), std::string::npos) in TEST_F()
821 << output_file_contents; in TEST_F()
[all …]