Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp269 string simple_content = "parcelable a.Foo;\ninterface b.IBar;"; in TEST_F() local
270 io_delegate_.SetFileContents("path", simple_content); in TEST_F()
278 string simple_content = "parcelable a.Foo;\n interface b.IBar ;\t"; in TEST_F() local
279 io_delegate_.SetFileContents("path", simple_content); in TEST_F()