Searched refs:SetFileContents (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | aidl_unittest.cpp | 70 io_delegate_.SetFileContents(path, contents); in Parse() 97 io_delegate_.SetFileContents("bar/IBar.aidl", in TEST_F() 176 io_delegate_.SetFileContents("path", simple_content); in TEST_F() 185 io_delegate_.SetFileContents("path", simple_content); in TEST_F() 193 io_delegate_.SetFileContents("preprocessed", "interface another.IBar;"); in TEST_F() 194 io_delegate_.SetFileContents("one/IBar.aidl", "package one; " in TEST_F() 213 io_delegate_.SetFileContents("p/Outer.aidl", in TEST_F() 215 io_delegate_.SetFileContents("one/IBar.aidl", "package one; import p.Outer;" in TEST_F() 231 io_delegate_.SetFileContents("p/Outer.aidl", in TEST_F() 242 io_delegate_.SetFileContents("preprocessed", in TEST_F() [all …]
|
D | generate_cpp_unittest.cpp | 663 io_delegate_.SetFileContents(file_path_, file_contents_); in Parse() 707 io_delegate_.SetFileContents("foo/IFooType.aidl", in ComplexTypeInterfaceASTTest()
|
/system/tools/aidl/tests/ |
D | fake_io_delegate.cpp | 93 void FakeIoDelegate::SetFileContents(const string& filename, in SetFileContents() function in android::aidl::test::FakeIoDelegate 111 SetFileContents(rel_path, contents); in AddStubParcelable() 119 SetFileContents(rel_path, contents); in AddStubInterface() 131 SetFileContents(rel_path, contents); in AddCompoundParcelable()
|
D | end_to_end_tests.cpp | 84 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinition); in TEST_F() 108 io_delegate_.SetFileContents(input_path, kInterfaceDefinition); in TEST_F()
|
D | fake_io_delegate.h | 54 void SetFileContents(const std::string& filename,
|