Home
last modified time | relevance | path

Searched refs:func_to_host_path_tmp1 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/
H A Dltmain.sh2996 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" |\