Searched refs:DependencyFile (Results 1 – 4 of 4) sorted by relevance
164 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()175 EXPECT_EQ(string{kCompileDepFile}.substr(2), options->DependencyFile()); in TEST()
113 string DependencyFile() const { in DependencyFile() function
1227 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()1245 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()1264 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()1279 EXPECT_TRUE(io_delegate_.GetWrittenContents(options.DependencyFile(), &actual_dep_file_contents)); in TEST_F()
159 string dep_file_name = options.DependencyFile(); in write_dep_file()