Lines Matching refs:src_path
330 src_path=a/b/c/testf
331 src_path_prefixed=$PWD/$src_path
335 atf_check touch $src_path
340 src_path_relative="$src_path"
351 src_path=a//b//c//testf
352 src_path_prefixed=$PWD/$src_path
356 atf_check touch $src_path
361 src_path_relative="$(echo $src_path | sed -e 's,//,/,g')"
372 src_path=testf
373 src_path_prefixed=$PWD/$src_path
377 atf_check touch $src_path
382 src_path_relative="../../../$src_path"
405 src_path=lib
406 src_path_prefixed=$PWD/$src_path