Searched refs:SetFileContents (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/tools/aidl/ |
H A D | aidl_unittest.cpp | 432 io_delegate_.SetFileContents( in TEST_F() 1175 io_delegate_.SetFileContents( in TEST_P() 1193 io_delegate_.SetFileContents( in TEST_P() 1448 io_delegate_.SetFileContents( in TEST_F() 1523 io_delegate_.SetFileContents( in TEST_F() 1551 io_delegate_.SetFileContents( in TEST_F() 2199 io_delegate_.SetFileContents( in TEST_F() 2729 io_delegate_.SetFileContents( in TEST_F() 2840 io_delegate_.SetFileContents( in TEST_P() 3538 io_delegate_.SetFileContents( in TEST_F() [all …]
|
H A D | generate_cpp_unittest.cpp | 47 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface() 66 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleEnumDeclaration()
|
H A D | diagnostics_unittest.cpp | 41 io.SetFileContents(file, contents); in ParseFiles()
|
/aosp12/system/tools/aidl/tests/ |
H A D | fake_io_delegate.cpp | 88 void FakeIoDelegate::SetFileContents(const string& filename, in SetFileContents() function in android::aidl::test::FakeIoDelegate 117 SetFileContents(rel_path, contents); in AddStubParcelable() 125 SetFileContents(rel_path, contents); in AddStubInterface() 137 SetFileContents(rel_path, contents); in AddCompoundParcelable()
|
H A D | aidl_parser_fuzzer.cpp | 58 io.SetFileContents("a/path/Foo.aidl", content); in fuzzLang() 74 io.SetFileContents("a/path/Foo.aidl", a); in fuzzCheckApi() 75 io.SetFileContents("b/path/Foo.aidl", b); in fuzzCheckApi()
|
H A D | fake_io_delegate.h | 54 void SetFileContents(const std::string& filename,
|