Searched refs:script_path (Results 1 – 2 of 2) sorted by relevance
4 script_path="$(cd $(dirname $0) && pwd)"6 "$script_path/rewriteMake.py"7 "$script_path/rewritePackageNames.py"
25 script_path="$1"26 script_name=$(basename $script_path)32 eval llvm-as "$script_path" -o "$output_folder/$script.bc" &&