Home
last modified time | relevance | path

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

/build/
Dprebuilts_download.sh197 exe_path=$exe_dir/$exe_name
204 if [[ ! -e "$exe_path" ]]; then
205 touch $exe_path
206 chmod 755 $exe_path
207 echo "Created $exe_path"
209 echo "Warning: '$exe_path' already exists, will not create it"