Searched refs:cur_path (Results 1 – 1 of 1) sorted by relevance
336 wchar_t cur_path[MAXPATHLEN+1]; in php_sys_stat_ex() local338 if (NULL != _wgetcwd(cur_path, sizeof(cur_path)/sizeof(wchar_t))) { in php_sys_stat_ex()339 if (cur_path[1] == L':') { in php_sys_stat_ex()
Completed in 7 milliseconds