Home | History | Annotate | Download | only in profman

Lines Matching full:file_contents

288   bool DumpClassesAndMethods(const std::string& filename, std::string* file_contents) {
291 return RunProfman(filename, extra_args, file_contents);
294 bool DumpOnly(const std::string& filename, std::string* file_contents) {
297 return RunProfman(filename, extra_args, file_contents);
687 std::string file_contents;
689 file_contents += class_name + std::string("\n");
692 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents));
693 ASSERT_EQ(output_file_contents, file_contents);