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