Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dend_to_end_tests.cpp94 CheckFileContents(options.DependencyFile(), kExpectedJavaDepsOutput); in TEST_F()
119 CheckFileContents(options.DependencyFile(), kExpectedJavaDepsOutput); in TEST_F()
144 CheckFileContents(options.DependencyFile(), kExpectedJavaDepsOutput); in TEST_F()
170 CheckFileContents(options.DependencyFile(), kExpectedJavaDepsOutput); in TEST_F()
198 CheckFileContents(options.DependencyFile(), kExpectedJavaDepsOutput); in TEST_F()
224 CheckFileContents(options.DependencyFile(), kExpectedCppDepsOutput); in TEST_F()
251 CheckFileContents(options.DependencyFile(), kExpectedCppDepsOutput); in TEST_F()
/system/tools/aidl/
Doptions_unittest.cpp174 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
194 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
206 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
Doptions.h93 string DependencyFile() const { in DependencyFile() function
Daidl_unittest.cpp921 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
939 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
958 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
973 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
Daidl.cpp158 string dep_file_name = options.DependencyFile(); in write_dep_file()