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

1 2 34 5 6 7 8

  /external/vulkan-validation-layers/
update_external_sources.sh 6 GLSLANG_REVISION=$(cat "${PWD}"/glslang_revision)
7 SPIRV_TOOLS_REVISION=$(cat "${PWD}"/spirv-tools_revision)
8 SPIRV_HEADERS_REVISION=$(cat "${PWD}"/spirv-headers_revision)
13 BUILDDIR=$PWD
  /tools/test/connectivity/acts/framework/acts/test_utils/net/
connectivity_const.py 65 PWD = "password"
  /external/cmockery/cmockery_0_1_2/packages/
deb.sh 30 topdir="${PWD%/*}"
40 trap 'rm -rf '`pwd`/tmp'; exit $?' EXIT SIGHUP SIGINT SIGTERM
70 echo "The Debian package files are located in $PWD/$destdir"
rpm.sh 75 echo "The rpm package file(s) are located in $PWD/$destdir"
  /external/ltp/testscripts/
network.sh 4 export LTPROOT=${LTPROOT:-"$PWD"}
8 export LTPROOT=${PWD}
tpm_tools.sh 31 export LTPROOT=${PWD}
36 export LTPROOT=${PWD}
160 export OWN_PWD="OWN PWD"
161 export NEW_OWN_PWD="NEW OWN PWD"
162 export SRK_PWD="SRK PWD"
163 export NEW_SRK_PWD="NEW SRK PWD"
164 export P11_SO_PWD="P11 SO PWD"
165 export NEW_P11_SO_PWD="NEW P11 SO PWD"
166 export P11_USER_PWD="P11 USER PWD"
167 export NEW_P11_USER_PWD="NEW P11 USER PWD"
    [all...]
  /external/toybox/tests/
lsattr.test 11 _p=$PWD
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/
Makefile 28 export WORKSPACE?=$(PWD)
31 export WORKSPACE?=$(PWD)
  /external/boringssl/src/util/
generate-coverage.sh 18 SRC=$PWD
  /external/ltp/testscripts/build/
build_test_function.sh 65 cvs -z3 export -f -r HEAD ltp && srcdir="$PWD/ltp"
75 srcdir="$PWD"
  /sdk/eclipse/scripts/
build_adt.sh 20 ANDROID_SRC="$PWD"
update_version.sh 19 if [ `basename "$PWD"` != "eclipse" ]; then
  /external/libusb/.private/
bwince.cmd 20 set PWD=%~dp0
57 cd %PWD
  /external/linux-kselftest/tools/testing/selftests/futex/
Makefile 17 @if [ `dirname $(OUTPUT)` = $(PWD) ]; then ./run.sh; fi
  /external/ltp/testcases/open_posix_testsuite/bin/
run-tests.sh 32 Testing $(basename $PWD)
  /external/lz4/contrib/djgpp/
Makefile 97 @echo "PWD="$(PWD)
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java 44 public static final String PWD = "PWD";
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServer_StartTest.java 62 PwdCommandHandler pwd = new PwdCommandHandler(); local
63 pwd.setDirectory(DIR);
67 stubFtpServer.setCommandHandler(CommandNames.PWD, pwd);
75 assertEquals("pwd", DIR, ftpClient.printWorkingDirectory());
  /external/toolchain-utils/go/
test_go 31 runtest="${PWD}/runtest"
  /packages/inputmethods/LatinIME/native/jni/
run-tests.sh 61 pushd $PWD > /dev/null
  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 100 local workspace=$PWD
105 workspace=$PWD
208 # $BAZEL_COMPLETION_PACKAGE_PATH, not just $(pwd). Only rules
258 # BAZEL_COMPLETION_PACKAGE_PATH, not just $(pwd). When a directory is
329 if [[ "$PWD" =~ ^$1/.*$ ]]; then
330 echo ${PWD##$1/}/
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 100 local workspace=$PWD
105 workspace=$PWD
208 # $BAZEL_COMPLETION_PACKAGE_PATH, not just $(pwd). Only rules
258 # BAZEL_COMPLETION_PACKAGE_PATH, not just $(pwd). When a directory is
329 if [[ "$PWD" =~ ^$1/.*$ ]]; then
330 echo ${PWD##$1/}/
    [all...]
  /prebuilts/go/darwin-x86/src/os/
getwd.go 32 // if $PWD is set and matches ".", use it.
37 dir = Getenv("PWD")
54 // Apply same kludge but to cached dir instead of $PWD.
  /prebuilts/go/linux-x86/src/os/
getwd.go 32 // if $PWD is set and matches ".", use it.
37 dir = Getenv("PWD")
54 // Apply same kludge but to cached dir instead of $PWD.
  /development/vndk/tools/vndk-compliance/
parse-and-fix-errors.sh 20 if [ "$PWD" != "$ANDROID_BUILD_TOP" ]; then

Completed in 1276 milliseconds

1 2 34 5 6 7 8