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

1 2 3 4 5 6 7 8

  /external/ltp/testscripts/
math.sh 4 ./runltp -f ${PWD}/runtest/math -q "$@"
syscalls.sh 4 ./runltp -f ${PWD}/runtest/syscalls -q "$@"
  /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
  /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/}
  /external/ltp/testcases/commands/unzip/
unzip_tests.sh 47 which $2 > "$PWD/tst_unzip.err" || RC=$?
101 cat > $PWD/tst_unzip.out.exp <<-EOF
143 unzip "${zipfile}" > "$PWD/tst_unzip.out" || RC=$?
146 tst_res TFAIL "$PWD/tst_unzip.out" \
150 sort -o "$PWD/tst_unzip.out" "$PWD/tst_unzip.out"
151 sort -o "$PWD/tst_unzip.out.exp" "$PWD/tst_unzip.out.exp"
153 diff -iwB "$PWD/tst_unzip.out" "$PWD/tst_unzip.out.exp" >
    [all...]
  /build/blueprint/
.travis.fix-fork.sh 8 export TRAVIS_BUILD_DIR=$PWD
  /external/ltp/testcases/commands/which/
which01.sh 102 which_test "" "pname" "$PWD/pname"
103 which_test "--all" "pname" "$PWD/bin/pname" "$PWD/pname"
104 which_test "-a" "pname" "$PWD/bin/pname" "$PWD/pname"
105 which_test "--read-alias" "pname" "pname='pname -i'" "$PWD/pname"
106 which_test "-i" "pname" "pname='pname -i'" "$PWD/pname"
109 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/valgrind/nightly/conf/
cellbuzz-cross.conf 18 jobid=`echo "{ cd $PWD && perl tests/vg_regtest --all; } >& $PWD/regtest-output.txt" | qsub`
cellbuzz-native.conf 16 jobid=`echo "{ cd $PWD && eval \"$*\"; } >& $PWD/cmd-output.txt" | qsub -m n`
  /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

Completed in 927 milliseconds

1 2 3 4 5 6 7 8