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

1 2 3 4 5 6 7 8

  /external/ltp/scripts/lib/
file_functions.sh 30 # 1. Empty string - print out $PWD.
32 # i. Prefix all relative paths with $PWD.
42 echo "$@" | awk -v PWD=$(pwd) '{
45 print PWD
48 $0 = PWD "/" $0
60 print PWD
  /build/soong/
soong_ui.bash 28 (cd $TOP; PWD= /bin/pwd)
34 PWD= /bin/pwd
36 local HERE=$PWD
38 while [ \( ! \( -f $TOPFILE \) \) -a \( $PWD != "/" \) ]; do
40 T=`PWD= /bin/pwd -P`
50 # Save the current PWD for use in soong_ui
51 export ORIGINAL_PWD=${PWD}
    [all...]
build_test.bash 30 export TOP=$(cd $(dirname ${BASH_SOURCE[0]})/../..; PWD= /bin/pwd)
  /external/toybox/tests/
pwd.test 9 testing "pwd" "[ $(stat -c %i "$(pwd)") = $(stat -c %i .) ] && echo yes" \
11 testing "-P" "[ $(stat -c %i "$(pwd -P)") = $(stat -c %i .) ] && echo yes" \
17 testing "pwd" "[ $(stat -c %i "$(pwd)") = $(stat -c %i "$PWD") ] && echo yes" \
19 testing "-P" "[ $(stat -c %i "$(pwd -P)") = $(stat -c %i "$PWD") ] || echo yes" \
24 export PWD=walrus
25 testing "(bad PWD)" "[ "$(pwd)" = "$(cd . ; pwd)" ] && echo yes"
    [all...]
  /system/bt/tools/scripts/
change_types.sh 81 PWD=`pwd`
82 if [[ "${PWD}" == */system/bt ]]
84 echo "Please edit ${PWD}/stack/include/bt_types.h next."
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
Makefile 9 PWD := $(shell pwd)
12 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
15 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
19 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) help
22 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules_install
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
Makefile 13 PWD := $(shell pwd)
16 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
17 # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules
20 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
24 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) help
27 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules_install
  /external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
Makefile 9 PWD := $(shell pwd)
12 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
15 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
19 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) help
22 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules_install
  /external/ltp/testcases/kdump/lib/crasher/
Makefile 3 PWD := $(shell pwd)
6 $(MAKE) -C $(KDIR) M=$(PWD) modules
10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
  /external/ltp/testcases/kdump/lib/kprobes/
Makefile 4 PWD := $(shell pwd)
6 $(MAKE) -C $(KDIR) M=$(PWD) modules
10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
  /external/ltp/testcases/realtime/scripts/
setenv.sh 11 PARENT=${PWD%/$TESTSUITE_NAME*}
16 export TEST_REL_DIR=${PWD#$TESTS_DIR/}
  /build/blueprint/
.travis.fix-fork.sh 8 export TRAVIS_BUILD_DIR=$PWD
  /external/ltp/testcases/commands/which/
which01.sh 101 1) which_test "" "pname" "$PWD/pname ./pname";;
102 2) which_test "--all" "pname" "$PWD/bin/pname" "$PWD/pname";;
103 3) which_test "-a" "pname" "$PWD/bin/pname ./bin/pname" "$PWD/pname ./pname";;
104 4) which_test "--read-alias" "pname" "pname='pname -i'" "$PWD/pname";;
105 5) which_test "-i" "pname" "pname='pname -i'" "$PWD/pname";;
107 which_test "--skip-alias" "pname" "$PWD/pname";
  /external/toybox/toys/posix/
pwd.c 0 /* pwd.c - Print working directory.
5 * See http://opengroup.org/onlinepubs/9699919799/utilities/pwd.html
7 USE_PWD(NEWTOY(pwd, ">0LP[-LP]", TOYFLAG_BIN))
9 config PWD
10 bool "pwd"
13 usage: pwd [-L|-P]
17 -L Use shell's path from $PWD (when applicable)
26 char *s, *pwd = getcwd(0, 0), *PWD; local
28 // Only use $PWD if it's an absolute path alias for cwd with no "." or "..
    [all...]
  /prebuilts/misc/common/robolectric/
wrapper_test.sh 84 "$WRAPPER" module "$PWD/output" "$PWD/retval" 'wrap' "$@" \
90 "$WRAPPER" module "$PWD/output" "$PWD/retval" 'eval' "$@" \
102 whenWrap "$PWD/script.sh"
121 whenWrap "$PWD/script.sh"
140 whenWrap "$PWD/script.sh"
  /external/ltp/testcases/kdump/lib/lkdtm/
Makefile 3 PWD := $(shell pwd)
11 $(MAKE) -C $(KDIR) M=$(PWD) modules
15 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
  /external/ltp/testcases/kernel/device-drivers/nls/
Makefile 12 PWD := $(shell pwd)
15 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
17 # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules
20 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) clean
  /external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Makefile 5 PWD := $(shell pwd)
12 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules
15 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install
19 $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
  /external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Makefile 14 PWD := $(shell pwd)
17 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
18 # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules
  /external/ltp/testcases/kernel/device-drivers/base/tbase/
Makefile 13 PWD := $(shell pwd)
16 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
17 # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules
  /external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
Makefile 13 PWD := $(shell pwd)
16 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
17 # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules
  /external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
Makefile 11 PWD := $(shell pwd)
14 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
  /external/ltp/testcases/kernel/device-drivers/include/
Makefile 13 PWD := $(shell pwd)
16 $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
18 # $(MAKE) -C $(KERNELDIR) SUBDIRS=$(PWD) modules
  /external/valgrind/
vg-in-place 4 # $0 (the name of the file) and $PWD.
14 scriptname=$PWD/$dollarzero;
  /external/toybox/scripts/
test.sh 3 TOPDIR="$PWD"
4 FILES="$PWD"/tests/files
22 PATH="$PWD:$PATH"

Completed in 539 milliseconds

1 2 3 4 5 6 7 8