Searched refs:SetFileContents (Results 1 – 6 of 6) sorted by relevance
| /system/tools/aidl/ |
| D | aidl_unittest.cpp | 102 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 …]
|
| D | generate_cpp_unittest.cpp | 46 io_delegate_.SetFileContents(options_.InputFiles().at(0), file_contents_); in ParseSingleInterface()
|
| D | diagnostics_unittest.cpp | 40 io.SetFileContents(file, contents); in ParseFiles()
|
| /system/tools/aidl/tests/ |
| D | aidl_parser_fuzzer.cpp | 53 io.SetFileContents(name, contents); in LLVMFuzzerTestOneInput()
|
| D | fake_io_delegate.h | 51 void SetFileContents(const std::string& filename, const std::string& contents);
|
| D | fake_io_delegate.cpp | 73 void FakeIoDelegate::SetFileContents(const string& filename, in SetFileContents() function in android::aidl::test::FakeIoDelegate
|