Searched refs:abs_path_dir_ (Results 1 – 2 of 2) sorted by relevance
113 if test -x "$abs_path_dir_/coreutils" &&114 { test -L "$abs_path_dir_/cp" ||115 test $(wc -l < "$abs_path_dir_/cp") = 1; } then117 cp "$abs_path_dir_/coreutils" "$tmp_path/cp" || framework_failure_119 cp "$abs_path_dir_/cp" "$tmp_path"
544 /* | ?:*) abs_path_dir_=$path_dir_;;545 *) abs_path_dir_=$initial_cwd_/$path_dir_;;547 case $abs_path_dir_ in548 *$PATH_SEPARATOR*) fail_ "invalid path dir: '$abs_path_dir_'";;550 PATH="$abs_path_dir_$PATH_SEPARATOR$PATH"553 create_exe_shims_ "$abs_path_dir_" \554 || fail_ "something failed (above): $abs_path_dir_"