Home
last modified time | relevance | path

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

/plugin/latexwas/
Dlatexinc.php20 $this->_mkpath($meddir, $conf['dmode']);
21 $this->_mkpath($meddir . '/tmp', $conf['dmode']);
51 protected function _mkpath($path, $dmask = 0777) { function in syntax_plugin_latexwas_common
53 return ($this->_mkpath(dirname($path), $dmask) && mkdir($path, $dmask));