Lines Matching refs:file_contents
256 std::string* file_contents, in DumpClassesAndMethods() argument
261 filename, extra_args, file_contents, target.value_or(GetLibCoreDexFileNames()[0])); in DumpClassesAndMethods()
264 bool DumpOnly(const std::string& filename, std::string* file_contents) { in DumpOnly() argument
267 return RunProfman(filename, extra_args, file_contents, GetLibCoreDexFileNames()[0]); in DumpOnly()
797 std::string file_contents; in TEST_F() local
799 file_contents += class_name + std::string("\n"); in TEST_F()
802 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
803 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()
810 std::string file_contents; in TEST_F() local
812 file_contents += class_name + std::string("\n"); in TEST_F()
815 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
816 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()