Home
last modified time | relevance | path

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

/aosp12/art/profman/
H A Dprofile_assistant_test.cc269 std::string* output_file_contents, in CreateAndDump() argument
821 std::string output_file_contents; in TEST_F() local
822 ASSERT_TRUE(CreateAndDump(file_contents, &output_file_contents)); in TEST_F()
823 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()
834 std::string output_file_contents; in TEST_F() local
836 ASSERT_EQ(output_file_contents, file_contents); in TEST_F()
851 std::string output_file_contents; in TEST_F() local
1110 std::string output_file_contents; in TEST_F() local
1115 ASSERT_EQ(output_file_contents, expected_contents); in TEST_F()
1129 std::string output_file_contents; in TEST_F() local
[all …]
/aosp12/system/tools/aidl/
H A Daidl_unittest.cpp1292 string output_file_contents; in TEST_F() local
1293 EXPECT_FALSE(io_delegate_.GetWrittenContents(options.OutputFile(), &output_file_contents)); in TEST_F()