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.cpp2348 string actual_dep_file_contents; in TEST_F() local
2349 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
2350 EXPECT_EQ(actual_dep_file_contents, kExpectedDepFileContents); in TEST_F()
2362 string actual_dep_file_contents; in TEST_F() local
2363 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
2364 EXPECT_EQ(actual_dep_file_contents, kExpectedNinjaDepFileContents); in TEST_F()
2377 string actual_dep_file_contents; in TEST_F() local
2378 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
2379 EXPECT_EQ(actual_dep_file_contents, kExpectedParcelableDeclarationDepFileContents); in TEST_F()
2388 string actual_dep_file_contents; in TEST_F() local
[all …]