Searched refs:DependencyFile (Results 1 – 4 of 4) sorted by relevance
170 string DependencyFile() const { in DependencyFile() function
164 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()175 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
191 string dep_file_name = options.DependencyFile(); in write_dep_file()
2349 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()