Home
last modified time | relevance | path

Searched refs:deadline_file_ (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/
Domaha_response_handler_action.cc48 deadline_file_(deadline_file) {} in OmahaResponseHandlerAction()
139 if (!deadline_file_.empty()) { in PerformAction()
140 utils::WriteFile(deadline_file_.c_str(), in PerformAction()
143 chmod(deadline_file_.c_str(), S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in PerformAction()
Domaha_response_handler_action.h83 const std::string deadline_file_; variable