Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc276 bool DumpClassesAndMethods(const std::string& filename, std::string* file_contents) { in DumpClassesAndMethods() argument
279 return RunProfman(filename, extra_args, file_contents); in DumpClassesAndMethods()
282 bool DumpOnly(const std::string& filename, std::string* file_contents) { in DumpOnly() argument
285 return RunProfman(filename, extra_args, file_contents); in DumpOnly()
680 std::string file_contents; in TEST_F() local
682 file_contents += class_name + std::string("\n"); in TEST_F()
685 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
686 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()
693 std::string file_contents; in TEST_F() local
695 file_contents += class_name + std::string("\n"); in TEST_F()
[all …]