Home
last modified time | relevance | path

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

/build/
Denvsetup.sh864 local EXE="$1"
865 if [ "$EXE" ] ; then
866 qpid | \grep "$prepend$EXE$append"
883 local EXE="$1"
884 if [ "$EXE" ] ; then
887 | \grep "$prepend$EXE$append" \
1115 local EXE=`adb shell readlink /proc/$PID/exe | sed s/.$//`
1117 local LOCAL_EXE_PATH=$SYMBOLS_DIR$EXE
1120 echo "Error: unable to find symbols for executable $EXE: file $LOCAL_EXE_PATH does not exist"
1184 if [[ $EXE =~ (^|/)(app_process|dalvikvm)(|32|64)$ ]]; then
[all …]