Searched refs:expanded_path (Results 1 – 1 of 1) sorted by relevance
1265 char expanded_path[MAXPATHLEN]; in FileInfoFunction() local1266 …if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND TSRMLS_CC)) { in FileInfoFunction()1270 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()
Completed in 16 milliseconds