Searched refs:resolved_path_buf (Results 1 – 1 of 1) sorted by relevance
64 char resolved_path_buf[MAXPATHLEN]; in PHPDBG_LIST() local66 if (VCWD_REALPATH(abspath, resolved_path_buf)) { in PHPDBG_LIST()67 abspath = resolved_path_buf; in PHPDBG_LIST()283 char resolved_path_buf[MAXPATHLEN]; in phpdbg_init_compile_file() local287 if (VCWD_REALPATH(filename, resolved_path_buf)) { in phpdbg_init_compile_file()288 filename = resolved_path_buf; in phpdbg_init_compile_file()
Completed in 6 milliseconds