Searched refs:_mkpath (Results 1 – 1 of 1) sorted by relevance
20 $this->_mkpath($meddir, $conf['dmode']);21 $this->_mkpath($meddir . '/tmp', $conf['dmode']);51 protected function _mkpath($path, $dmask = 0777) { function in syntax_plugin_latexwas_common53 return ($this->_mkpath(dirname($path), $dmask) && mkdir($path, $dmask));