Lines Matching refs:file_contents
254 std::string* file_contents, in DumpClassesAndMethods() argument
259 filename, extra_args, file_contents, target.value_or(GetLibCoreDexFileNames()[0])); in DumpClassesAndMethods()
262 bool DumpOnly(const std::string& filename, std::string* file_contents) { in DumpOnly() argument
265 return RunProfman(filename, extra_args, file_contents, GetLibCoreDexFileNames()[0]); in DumpOnly()
817 std::string file_contents; in TEST_F() local
819 file_contents += class_name + std::string("\n"); in TEST_F()
822 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
823 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()
830 std::string file_contents; in TEST_F() local
832 file_contents += class_name + std::string("\n"); in TEST_F()
835 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
836 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()