Searched refs:file_contents (Results 1 – 1 of 1) sorted by relevance
290 bool DumpClassesAndMethods(const std::string& filename, std::string* file_contents) { in DumpClassesAndMethods() argument293 return RunProfman(filename, extra_args, file_contents); in DumpClassesAndMethods()296 bool DumpOnly(const std::string& filename, std::string* file_contents) { in DumpOnly() argument299 return RunProfman(filename, extra_args, file_contents); in DumpOnly()692 std::string file_contents; in TEST_F() local694 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()