Home
last modified time | relevance | path

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

/system/tools/aidl/
Daidl_unittest.cpp551 string actual_dep_file_contents; in TEST_F() local
552 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
553 EXPECT_EQ(actual_dep_file_contents, kExpectedDepFileContents); in TEST_F()
569 string actual_dep_file_contents; in TEST_F() local
570 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
571 EXPECT_EQ(actual_dep_file_contents, kExpectedNinjaDepFileContents); in TEST_F()
588 string actual_dep_file_contents; in TEST_F() local
589 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
590 EXPECT_EQ(actual_dep_file_contents, kExpectedParcelableDepFileContents); in TEST_F()