Home
last modified time | relevance | path

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

/art/profman/
Dprofile_assistant_test.cc256 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()
[all …]