Searched refs:DependencyFile (Results 1 – 5 of 5) sorted by relevance
/system/tools/aidl/tests/ |
D | end_to_end_tests.cpp | 94 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() 197 CheckFileContents(options.DependencyFile(), kExpectedJavaDepsOutput); in TEST_F() 223 CheckFileContents(options.DependencyFile(), kExpectedCppDepsOutput); in TEST_F() 249 CheckFileContents(options.DependencyFile(), kExpectedCppDepsOutput); in TEST_F()
|
/system/tools/aidl/ |
D | options_unittest.cpp | 157 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST() 168 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
|
D | options.h | 88 string DependencyFile() const { in DependencyFile() function
|
D | aidl_unittest.cpp | 552 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F() 570 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F() 589 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
|
D | aidl.cpp | 214 string dep_file_name = options.DependencyFile(); in write_dep_file()
|