Searched refs:GetWrittenContents (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | aidl_unittest.cpp | 322 EXPECT_TRUE(io_delegate_.GetWrittenContents("preprocessed", &output)); in TEST_F() 343 EXPECT_TRUE(io_delegate_.GetWrittenContents("Rect.java", &output)); in TEST_F() 552 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F() 570 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F() 589 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F() 638 EXPECT_TRUE(io_delegate_.GetWrittenContents("dump/foo/bar/IFoo.aidl", &actual)); in TEST_F() 650 EXPECT_TRUE(io_delegate_.GetWrittenContents("dump/foo/bar/Data.aidl", &actual)); in TEST_F() 678 EXPECT_TRUE(io_delegate_.GetWrittenContents("dump/foo/bar/IFoo.aidl", &actual)); in TEST_F() 741 EXPECT_TRUE(io_delegate_.GetWrittenContents(file, &content)); in TEST_F() 763 EXPECT_TRUE(io_delegate_.GetWrittenContents(file, &content)); in TEST_F() [all …]
|
D | generate_cpp_unittest.cpp | 1526 ASSERT_FALSE(io_delegate_.GetWrittenContents(kOutputPath, nullptr)); in TEST_F()
|
/system/tools/aidl/tests/ |
D | fake_io_delegate.h | 62 bool GetWrittenContents(const std::string& path, std::string* content);
|
D | fake_io_delegate.cpp | 143 bool FakeIoDelegate::GetWrittenContents(const string& path, string* content) { in GetWrittenContents() function in android::aidl::test::FakeIoDelegate
|
D | end_to_end_tests.cpp | 58 ASSERT_TRUE(io_delegate_.GetWrittenContents(rel_path, &actual_content)) in CheckFileContents()
|