HomeSort by relevance Sort by last modified time
    Searched refs:SCRIPTPATH (Results 1 - 2 of 2) sorted by null

  /system/extras/simpleperf/scripts/
inferno.sh 2 SCRIPTPATH=$(dirname "$0")
3 export PYTHONPATH=$SCRIPTPATH:$PYTHONPATH
  /developers/build/
sample-create 23 SCRIPTPATH=$( cd "$(dirname "$0")" ; pwd -P )
24 GRADLE=$SCRIPTPATH/gradlew
35 BUILDPATH=$(perl -e "use File::Spec; print File::Spec->abs2rel(@ARGV)" $SCRIPTPATH $SAMPLE_PATH)
38 SAMPLES_COMMON=$( cd $SCRIPTPATH/../samples/android/common ; pwd -P)
43 $GRADLE -b $SCRIPTPATH/build.gradle --info --no-daemon create -Pout=$SAMPLE_PATH \

Completed in 91 milliseconds