Searched refs:expanded_path (Results 1 – 1 of 1) sorted by relevance
1262 char expanded_path[MAXPATHLEN]; in FileInfoFunction() local1263 if (!expand_filepath_with_mode(intern->file_name, expanded_path, NULL, 0, CWD_EXPAND )) { in FileInfoFunction()1267 ret = php_sys_readlink(expanded_path, buff, MAXPATHLEN - 1); in FileInfoFunction()
Completed in 23 milliseconds