Lines Matching refs:tmp_dir
22 tmp_dir=$1
28 echo "Entering $tmp_dir..."
29 cd $tmp_dir
54 if [ -f $tmp_dir/Cargo.toml -a -f $tmp_dir/Android.bp ]
62 for p in $tmp_dir/patches/*.{diff,patch}
67 if [ -f $tmp_dir/Cargo.toml ]
73 patch -p1 -d $tmp_dir --no-backup-if-mismatch < $p;
76 if [ -f $tmp_dir/Cargo.toml -a -f $tmp_dir/Android.bp ]
83 if [ -f $tmp_dir/post_update.sh ]
86 $tmp_dir/post_update.sh $tmp_dir $external_dir
91 mv $tmp_dir $external_dir