Searched refs:test_deadline_file (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/
H A Domaha_response_handler_action_unittest.cc97 const string& test_deadline_file,
122 (test_deadline_file.empty() ?
123 constants::kOmahaResponseDeadlineFile : test_deadline_file));
140 string test_deadline_file; local
143 &test_deadline_file, nullptr));
144 ScopedPathUnlinker deadline_unlinker(test_deadline_file);
156 EXPECT_TRUE(DoTest(in, test_deadline_file, &install_plan));
161 EXPECT_TRUE(utils::ReadFile(test_deadline_file, &deadline));
164 EXPECT_EQ(0, stat(test_deadline_file.c_str(), &deadline_stat));
182 EXPECT_TRUE(DoTest(in, test_deadline_file,
95 DoTest( const OmahaResponse& in, const string& test_deadline_file, InstallPlan* out) argument
[all...]

Completed in 21 milliseconds