Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc290 bool DumpClassesAndMethods(const std::string& filename, std::string* file_contents) { in DumpClassesAndMethods() argument
293 return RunProfman(filename, extra_args, file_contents); in DumpClassesAndMethods()
296 bool DumpOnly(const std::string& filename, std::string* file_contents) { in DumpOnly() argument
299 return RunProfman(filename, extra_args, file_contents); in DumpOnly()
692 std::string file_contents; in TEST_F() local
694 file_contents += class_name + std::string("\n"); in TEST_F()
697 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
698 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()