Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp90 io_delegate_.SetFileContents(path, contents);
187 io_delegate_.SetFileContents("bar/IBar.aidl", in TEST_P()
431 io_delegate_.SetFileContents( in TEST_F()
450 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
468 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
492 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
523 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
555 io_delegate_.SetFileContents("a/Foo.aidl", in TEST_F()
567 io_delegate_.SetFileContents("a/IFoo.aidl", "package a; @JavaDerive interface IFoo{}"); in TEST_F()
575 io_delegate_.SetFileContents("a/IFoo.aidl", "package a; @JavaDerive enum IFoo { A=1, }"); in TEST_F()
[all …]
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()
Ddiagnostics_unittest.cpp41 io.SetFileContents(file, contents); in ParseFiles()
/system/tools/aidl/tests/
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()
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()
Dfake_io_delegate.h54 void SetFileContents(const std::string& filename,