Home | History | Annotate | Download | only in openfst

Lines Matching refs:my_directory_path

512     my_directory_path="$1"
515 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
518 case $my_directory_path in
519 -*) my_directory_path="./$my_directory_path" ;;
523 while test ! -d "$my_directory_path"; do
526 my_dir_list="$my_directory_path:$my_dir_list"
529 case $my_directory_path in */*) ;; *) break ;; esac
532 my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
547 test -d "$my_directory_path" || \