Searched refs:xpi (Results 1 – 1 of 1) sorted by relevance
269 * @param string $xpi The path to the .xpi extension.275 private function extractTo($xpi, $target_dir) argument278 if (file_exists($xpi)) {279 if ($zip->open($xpi)) {283 throw new \Exception("Failed to open the firefox extension. '$xpi'");286 throw new \Exception("Firefox extension doesn't exist. '$xpi'");