Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp70 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 …]
Dgenerate_cpp_unittest.cpp663 io_delegate_.SetFileContents(file_path_, file_contents_); in Parse()
707 io_delegate_.SetFileContents("foo/IFooType.aidl", in ComplexTypeInterfaceASTTest()
/system/tools/aidl/tests/
Dfake_io_delegate.cpp93 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()
Dend_to_end_tests.cpp84 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinition); in TEST_F()
108 io_delegate_.SetFileContents(input_path, kInterfaceDefinition); in TEST_F()
Dfake_io_delegate.h54 void SetFileContents(const std::string& filename,