HomeSort by relevance Sort by last modified time
    Searched refs:PWD (Results 126 - 150 of 193) sorted by null

1 2 3 4 56 7 8

  /external/ltp/testcases/kernel/controllers/cpuctl/
run_cpuctl_stress_test.sh 71 PWD=`pwd`
379 cd $PWD
  /external/ltp/testscripts/
ltpdmmapper.sh 7 export LTPROOT=${PWD}
11 export LTPROOT=${PWD}
ltp-aiodio.sh 13 export LTPROOT=${PWD}
17 export LTPROOT=${PWD}
231 echo "current working dir = ${PWD}"
runEALtests.sh 36 export LTPROOT=${PWD}
71 example: ./${0##*/} -i 1024 -m 128 -p -q -l /tmp/resultlog.$$ -d ${PWD}
test_fs_bind.sh 55 LTPROOT="${PWD}"
59 LTPROOT="${PWD}"
  /external/minijail/
common.mk 78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
110 # make -C $SRCDIR OUT=$PWD
112 OUT ?= $(PWD)/
122 # $(PWD) != $(CURDIR) all the time.
134 # is consistent so we check both PWD vs OUT and PWD vs CURDIR.
136 ifneq (${PWD}/,${OUT})
141 ifneq (${PWD},${CURDIR})
144 ifeq (${PWD}/,${OUT})
145 $(shell touch "$(PWD)/.dont_delete_on_clean"
    [all...]
  /external/modp_b64/
common.mk 78 # - OUT=/path/to/builddir puts all output in given path (default: $PWD)
110 # make -C $SRCDIR OUT=$PWD
112 OUT ?= $(PWD)/
122 # $(PWD) != $(CURDIR) all the time.
134 # is consistent so we check both PWD vs OUT and PWD vs CURDIR.
136 ifneq (${PWD}/,${OUT})
141 ifneq (${PWD},${CURDIR})
144 ifeq (${PWD}/,${OUT})
145 $(shell touch "$(PWD)/.dont_delete_on_clean"
    [all...]
  /art/tools/golem/
build-target.sh 127 (\cd "$(dirname "${BASH_SOURCE[0]}")" && pwd )
275 setenv_escape JACK_REPOSITORY "$PWD/prebuilts/sdk/tools/jacks" '$PWD/prebuilts/sdk/tools/jacks'
  /external/conscrypt/
gradlew 22 SAVED="`pwd`"
24 APP_HOME="`pwd -P`"
168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/kmod/testsuite/module-playground/
Makefile 67 $(MAKE) -C $(KDIR) M=$$PWD
  /external/libusb/msvc/
ddk_build.cmd 15 set PWD=%~dp0
184 cd %PWD%
  /external/linux-kselftest/tools/testing/selftests/
Makefile 60 BUILD := $(shell pwd)
114 echo "ROOT=\$$PWD" >> $(ALL_SCRIPT)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java 191 setCommandHandler(CommandNames.PWD, new PwdCommandHandler());
  /external/smali/
gradlew 22 SAVED="`pwd`"
24 APP_HOME="`pwd -P`"
165 if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
  /external/volley/
gradlew 22 SAVED="`pwd`"
24 APP_HOME="`pwd -P`"
168 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /external/vulkan-validation-layers/build-android/
update_external_sources_android.sh 21 ANDROIDBUILDDIR=$PWD
  /frameworks/support/app-toolkit/
gradlew 22 SAVED="`pwd`"
24 APP_HOME="`pwd -P`"
167 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /frameworks/support/room/
gradlew 22 SAVED="`pwd`"
24 APP_HOME="`pwd -P`"
167 if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then
  /prebuilts/sdk/tools/
jack 79 JACK_PWD="$PWD"
132 -F "pwd=$JACK_PWD;type=text/plain$CHARSET_ARGUMENT" \
147 -F "pwd=$JACK_PWD;type=text/plain$CHARSET_ARGUMENT" \
  /system/media/camera/docs/
metadata-generate 36 thisdir=$(cd "$(dirname "$0")"; pwd)
48 python -c "import os.path; print os.path.relpath('$1', '$PWD')"
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
testit_android 11 currentpath=`pwd`
21 currentpath=`pwd`
26 LIBCXX_ROOT=`pwd`/../../llvm-libc++/libcxx
79 TARGET_PATH=/data/local/tmp/libcxx-${SHARD_TEST_TOOLCHAIN}-$(dirname $PWD | sum | cut -d' ' -f1)-$(basename $PWD)
178 LIBCXX_LIBS=$(cd $LIBCXX_ROOT/.. && pwd)/libs/$TARGET_ABI
187 LIBCOMPILER_RT_LIBS=$(cd "$LIBCXX_ROOT"/../../../android/compiler-rt && pwd)/libs/$TARGET_ABI
447 COMMAND="( cd $(pwd) && $CC $OPTIONS $HEADER_INCLUDE $SOURCE_LIB $FILE $LIBS )"
455 echo "`pwd`/$FILE failed at run time"
461 echo "`pwd`/$FILE failed to compile
    [all...]
  /external/valgrind/drd/scripts/
download-and-build-splash2.in 98 +BASEDIR := ${PWD}/codes
  /art/tools/runtime_memusage/
sanitizer_logcat_analysis.sh 165 OUT_DIR=$(mktemp -d --tmpdir="$PWD")
  /external/iproute2/
configure 4 INCLUDE=${1:-"$PWD/include"}
  /external/ltp/
runltplite.sh 49 export LTPROOT=${PWD}
97 example: ${0##*/} -i 1024 -m 128 -p -q -l /tmp/resultlog.$$ -d ${PWD}

Completed in 4630 milliseconds

1 2 3 4 56 7 8