Home
last modified time | relevance | path

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

/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php134 $target_dir = $temp_dir . DIRECTORY_SEPARATOR . $dirname . DIRECTORY_SEPARATOR
138 mkdir($target_dir);
140 copy($item, $target_dir);
270 * @param string $target_dir The path to the unzip directory.
275 private function extractTo($xpi, $target_dir) argument
280 $zip->extractTo($target_dir);