Searched refs:temp_dir (Results 1 – 2 of 2) sorted by relevance
117 $temp_dir = $this->createTempDirectory('WebDriverFirefoxProfile');120 copy($this->rdf_file, $temp_dir . DIRECTORY_SEPARATOR . 'mimeTypes.rdf');124 $this->installExtension($extension, $temp_dir);128 mkdir($temp_dir . DIRECTORY_SEPARATOR . $dirname);134 $target_dir = $temp_dir . DIRECTORY_SEPARATOR . $dirname . DIRECTORY_SEPARATOR149 file_put_contents($temp_dir . '/user.js', $content);157 $dir = new RecursiveDirectoryIterator($temp_dir);163 $temp_dir . DIRECTORY_SEPARATOR179 $this->deleteDirectory($temp_dir);192 $temp_dir = $this->createTempDirectory('WebDriverFirefoxProfileExtension');[all …]
81 var $temp_dir = "/tmp"; // temporary directory that the webserver variable in Snoopy1007 $headerfile = tempnam($temp_dir, "sno");