Searched refs:SetFileContents (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/ |
D | aidl_unittest.cpp | 136 io_delegate_.SetFileContents(path, contents); 187 io_delegate_.SetFileContents("bar/IBar.aidl", in TEST_F() 270 io_delegate_.SetFileContents("path", simple_content); in TEST_F() 279 io_delegate_.SetFileContents("path", simple_content); in TEST_F() 287 io_delegate_.SetFileContents("preprocessed", "interface another.IBar;"); in TEST_F() 288 io_delegate_.SetFileContents("one/IBar.aidl", "package one; " in TEST_F() 307 io_delegate_.SetFileContents("p/Outer.aidl", in TEST_F() 309 io_delegate_.SetFileContents("one/IBar.aidl", "package one; import p.Outer;" in TEST_F() 327 io_delegate_.SetFileContents("Rect.aidl", in TEST_F() 348 io_delegate_.SetFileContents("p/Outer.aidl", in TEST_F() [all …]
|
D | generate_cpp_unittest.cpp | 1379 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface() 1421 io_delegate_.SetFileContents("foo/IFooType.aidl", in ComplexTypeInterfaceASTTest() 1473 io_delegate_.SetFileContents("foo/IFooType.aidl", "package foo; interface IFooType {}"); in ComplexTypeInterfaceASTTestWithTrace()
|
/system/tools/aidl/tests/ |
D | end_to_end_tests.cpp | 86 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinition); in TEST_F() 111 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinition); in TEST_F() 136 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinition); in TEST_F() 162 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinitionOutlining); in TEST_F() 189 io_delegate_.SetFileContents(options.InputFiles().front(), kInterfaceDefinitionOutlining); in TEST_F() 214 io_delegate_.SetFileContents(CanonicalNameToPath(kCanonicalName, ".aidl"), kInterfaceDefinition); in TEST_F() 240 io_delegate_.SetFileContents(CanonicalNameToPath(kCanonicalName, ".aidl"), kInterfaceDefinition); in TEST_F() 263 io_delegate_.SetFileContents(CanonicalNameToPath(kCanonicalName, ".aidl"), kInterfaceDefinition); in TEST_F() 282 io_delegate_.SetFileContents(CanonicalNameToPath(kCanonicalName, ".aidl"), kInterfaceDefinition); in TEST_F() 301 io_delegate_.SetFileContents(CanonicalNameToPath(kCanonicalName, ".aidl"), kInterfaceDefinition); in TEST_F() [all …]
|
D | fake_io_delegate.cpp | 87 void FakeIoDelegate::SetFileContents(const string& filename, in SetFileContents() function in android::aidl::test::FakeIoDelegate 116 SetFileContents(rel_path, contents); in AddStubParcelable() 124 SetFileContents(rel_path, contents); in AddStubInterface() 136 SetFileContents(rel_path, contents); in AddCompoundParcelable()
|
D | fake_io_delegate.h | 52 void SetFileContents(const std::string& filename,
|