Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_unittest.cpp432 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 Dgenerate_cpp_unittest.cpp47 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 Ddiagnostics_unittest.cpp41 io.SetFileContents(file, contents); in ParseFiles()
/aosp12/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp88 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 Daidl_parser_fuzzer.cpp58 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 Dfake_io_delegate.h54 void SetFileContents(const std::string& filename,