Home
last modified time | relevance | path

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

/external/expat/conftools/
Dltmain.sh321 func_relative_path_result=
340 if test -z "$func_relative_path_result"; then
341 func_relative_path_result=.
350 func_relative_path_result=../$func_relative_path_result
354 func_relative_path_result=../$func_relative_path_result
360 func_stripname '' '/' "$func_relative_path_result"
361 func_relative_path_result=$func_stripname_result
364 func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
370 if test ! -z "$func_relative_path_result"; then
371 func_stripname './' '' "$func_relative_path_result/"
[all …]
/external/libcap-ng/libcap-ng-0.7/
Dltmain.sh317 func_relative_path_result=
336 if test -z "$func_relative_path_result"; then
337 func_relative_path_result=.
346 func_relative_path_result=../$func_relative_path_result
350 func_relative_path_result=../$func_relative_path_result
356 func_stripname '' '/' "$func_relative_path_result"
357 func_relative_path_result=$func_stripname_result
360 func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
366 if test ! -z "$func_relative_path_result"; then
367 func_stripname './' '' "$func_relative_path_result/"
[all …]
/external/expat/
Dlibtool764 func_relative_path_result=
783 if test -z "$func_relative_path_result"; then
784 func_relative_path_result=.
793 func_relative_path_result=../$func_relative_path_result
797 func_relative_path_result=../$func_relative_path_result
803 func_stripname '' '/' "$func_relative_path_result"
804 func_relative_path_result=$func_stripname_result
807 func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
813 if test ! -z "$func_relative_path_result"; then
814 func_stripname './' '' "$func_relative_path_result/"
[all …]