Home
last modified time | relevance | path

Searched defs:VCWD_RMDIR (Results 1 – 1 of 1) sorted by relevance

/php-src/Zend/
H A Dzend_virtual_cwd.h283 #define VCWD_RMDIR(pathname) virtual_rmdir(pathname) macro
309 #define VCWD_RMDIR(pathname) php_win32_ioutil_rmdir(pathname) macro
321 #define VCWD_RMDIR(pathname) rmdir(pathname) macro

Completed in 7 milliseconds