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

/system/tools/aidl/
H A Daidl_unittest.cpp395 string actual_dep_file_contents; local
397 &actual_dep_file_contents));
398 EXPECT_EQ(actual_dep_file_contents, kExpectedDepFileContents);
413 string actual_dep_file_contents; local
415 &actual_dep_file_contents));
416 EXPECT_EQ(actual_dep_file_contents, kExpectedNinjaDepFileContents);
432 string actual_dep_file_contents; local
434 &actual_dep_file_contents));
435 EXPECT_EQ(actual_dep_file_contents, kExpectedParcelableDepFileContents);

Completed in 323 milliseconds