Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp102 io_delegate_.SetFileContents(path, contents);
281 io_delegate_.SetFileContents("Bar.aidl", "parcelable Bar { Foo foo; }"); in TEST_P()
290 io_delegate_.SetFileContents("Bar.aidl", "parcelable Bar { @nullable Foo foo; }"); in TEST_P()
511 io_delegate_.SetFileContents( in TEST_F()
533 io_delegate_.SetFileContents( in TEST_F()
558 io_delegate_.SetFileContents( in TEST_P()
582 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
600 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
609 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
640 io_delegate_.SetFileContents("a/Foo.aidl", R"(package a; in TEST_F()
[all …]
Dgenerate_cpp_unittest.cpp46 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface()
Ddiagnostics_unittest.cpp40 io.SetFileContents(file, contents); in ParseFiles()
/system/tools/aidl/tests/
Daidl_parser_fuzzer.cpp53 io.SetFileContents(name, contents); in LLVMFuzzerTestOneInput()
Dfake_io_delegate.h51 void SetFileContents(const std::string& filename, const std::string& contents);
Dfake_io_delegate.cpp73 void FakeIoDelegate::SetFileContents(const string& filename, in SetFileContents() function in android::aidl::test::FakeIoDelegate