Home | History | Annotate | Download | only in src

Lines Matching refs:func_to_host_path_tmp1

2996             func_to_host_path_tmp1=`( cmd //c echo "$1" |\
2998 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
3002 func_to_host_path_tmp1=`cygpath -w "$1"`
3003 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
3014 func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
3015 if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
3016 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\