Searched refs:deadline_file_ (Results 1 – 3 of 3) sorted by relevance
47 deadline_file_(constants::kOmahaResponseDeadlineFile) {} in OmahaResponseHandlerAction()189 if (!deadline_file_.empty()) { in PerformAction()194 utils::WriteFile(deadline_file_.c_str(), nullptr, 0); in PerformAction()196 utils::WriteFile(deadline_file_.c_str(), in PerformAction()200 chmod(deadline_file_.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in PerformAction()
75 std::string deadline_file_; variable
155 response_handler_action->deadline_file_ = test_deadline_file; in DoTest()