Home | History | Annotate | Download | only in build-scripts

Lines Matching refs:func_to_host_path_tmp1

2989             func_to_host_path_tmp1=`( cmd //c echo "$1" |\
2991 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
2995 func_to_host_path_tmp1=`cygpath -w "$1"`
2996 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
3007 func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
3008 if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
3009 func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\