Home
last modified time | relevance | path

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

/aosp12/system/tools/aidl/
H A Daidl_unittest.cpp676 string simple_content = "parcelable a.Foo;\ninterface b.IBar;"; in TEST_F() local
677 io_delegate_.SetFileContents("path", simple_content); in TEST_F()
685 string simple_content = "parcelable a.Foo;\n interface b.IBar ;\t"; in TEST_F() local
686 io_delegate_.SetFileContents("path", simple_content); in TEST_F()