Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/
H A Dltmain.sh1036 func_relative_path_result=
1055 if test -z "$func_relative_path_result"; then
1056 func_relative_path_result=.
1065 func_relative_path_result=../$func_relative_path_result
1069 func_relative_path_result=../$func_relative_path_result
1075 func_stripname '' '/' "$func_relative_path_result"
1076 func_relative_path_result=$func_stripname_result
1079 func_append func_relative_path_result "/$func_stripname_result"
1083 if test -n "$func_relative_path_result"; then
1084 func_stripname './' '' "$func_relative_path_result"
[all …]