Lines Matching defs:ok
46 $ok = true;
62 $this->nextStep($abrt, $next, $ok);
75 if (!$ok) {
140 * @param bool $ok
142 private function nextStep(&$abrt, &$next, &$ok)
153 $ok = $this->helper->cleanup();
161 $ok = $this->helper->checkVersions();
168 if ($ok = $this->helper->downloadTarball()) $next = 'unpack';
170 if ($ok = $this->helper->extractTarball()) $next = 'check';
172 if ($ok = $this->helper->checkPermissions()) $next = 'upgrade';
174 if ($ok = $this->helper->copyFiles()) {
175 $ok = $this->helper->deleteObsoleteFiles();