Searched refs:deadline_file_ (Results 1 – 2 of 2) sorted by relevance
48 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()
83 const std::string deadline_file_; variable