Home
last modified time | relevance | path

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

/system/tools/aidl/
Doptions.h170 string DependencyFile() const { in DependencyFile() function
Doptions_unittest.cpp164 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
175 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
Daidl.cpp191 string dep_file_name = options.DependencyFile(); in write_dep_file()
Daidl_unittest.cpp2349 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
2363 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
2378 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
2389 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()