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() 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/ |
D | options_unittest.cpp | 174 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()
|
D | options.h | 93 string DependencyFile() const { in DependencyFile() function
|
D | aidl_unittest.cpp | 921 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()
|
D | aidl.cpp | 158 string dep_file_name = options.DependencyFile(); in write_dep_file()
|