Searched refs:GetWrittenContents (Results 1 – 4 of 4) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl_unittest.cpp | 751 EXPECT_TRUE(io_delegate_.GetWrittenContents("preprocessed", &output)); in TEST_F() 1021 EXPECT_TRUE(io_delegate_.GetWrittenContents("out/a/Foo.java", &code)); in TEST_F() 1442 EXPECT_TRUE(io_delegate_.GetWrittenContents("out/IFoo.java", &code)); in TEST_F() 1826 EXPECT_TRUE(io_delegate_.GetWrittenContents(file, &content)); in TEST_F() 1854 EXPECT_TRUE(io_delegate_.GetWrittenContents(file, &content)); in TEST_F() 1878 EXPECT_TRUE(io_delegate_.GetWrittenContents(file, &content)); in TEST_F() 3344 EXPECT_TRUE(io_delegate_.GetWrittenContents("out/Foo.h", &code)); in TEST_F() 3363 EXPECT_TRUE(io_delegate_.GetWrittenContents("out/aidl/Foo.h", &code)); in TEST_F() 3460 EXPECT_TRUE(io_delegate_.GetWrittenContents("out/Foo.h", &code)); in TEST_F() 3589 EXPECT_TRUE(io_delegate_.GetWrittenContents("out/p/Foo.h", &code)); in TEST_F() [all …]
|
H A D | generate_cpp_unittest.cpp | 136 ASSERT_FALSE(io_delegate_.GetWrittenContents(kOutputPath, nullptr)); in TEST_F()
|
/aosp12/system/tools/aidl/tests/ |
H A D | fake_io_delegate.h | 64 bool GetWrittenContents(const std::string& path, std::string* content) const;
|
H A D | fake_io_delegate.cpp | 144 bool FakeIoDelegate::GetWrittenContents(const string& path, string* content) const { in GetWrittenContents() function in android::aidl::test::FakeIoDelegate
|