/third_party/grpc/tools/codegen/core/ |
D | gen_upb_api.sh | 23 UPB_OUTPUT_DIR=$PWD/src/core/ext/upb-generated 31 PROTOC=$PWD/bazel-bin/external/com_google_protobuf/protoc 34 UPB_PLUGIN=$PWD/bazel-bin/external/upb/protoc-gen-upb 118 -I=$PWD/third_party/udpa \ 119 -I=$PWD/third_party/envoy-api \ 120 -I=$PWD/third_party/googleapis \ 121 -I=$PWD/third_party/protobuf/src \ 122 -I=$PWD/third_party/protoc-gen-validate \ 123 -I=$PWD \
|
/third_party/ltp/testcases/commands/which/ |
D | which01.sh | 92 1) which_test "" "pname" "$PWD/pname|./pname";; 93 2) which_test "-all" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";; 94 3) which_test "-a" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";; 95 4) which_test "--read-alias" "pname" "pname='pname -i'^$PWD/pname";; 96 5) which_test "-i" "pname" "pname='pname -i'^$PWD/pname";; 98 which_test "--skip-alias" "pname" "$PWD/pname";
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/ |
D | Makefile | 9 PWD := $(shell pwd) macro 12 $(MAKE) -C $(KDIR) M=$(PWD) modules 15 $(MAKE) -C $(KDIR) M=$(PWD) clean 19 $(MAKE) -C $(KDIR) M=$(PWD) help 22 $(MAKE) -C $(KDIR) M=$(PWD) modules_install
|
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/ |
D | Makefile | 9 PWD := $(shell pwd) macro 12 $(MAKE) -C $(KDIR) M=$(PWD) modules 15 $(MAKE) -C $(KDIR) M=$(PWD) clean 19 $(MAKE) -C $(KDIR) M=$(PWD) help 22 $(MAKE) -C $(KDIR) M=$(PWD) modules_install
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | Makefile | 13 PWD := $(shell pwd) macro 16 $(MAKE) -C $(KDIR) M=$(PWD) modules 20 $(MAKE) -C $(KDIR) M=$(PWD) clean 24 $(MAKE) -C $(KDIR) M=$(PWD) help 27 $(MAKE) -C $(KDIR) M=$(PWD) modules_install
|
/third_party/toybox/toys/posix/ |
D | pwd.c | 26 char *s, *pwd = getcwd(0, 0), *PWD; in pwd_main() local 29 if (!(toys.optflags & FLAG_P) && (s = PWD = getenv("PWD"))) { in pwd_main() 39 if (!*s && s != PWD) s = PWD; in pwd_main() 44 if (stat(pwd, &st1) || stat(PWD, &st2) || st1.st_ino != st2.st_ino || in pwd_main()
|
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/ |
D | Makefile | 5 PWD := $(shell pwd) macro 12 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules 15 $(MAKE) -C $(KERNELDIR) M=$(PWD) modules_install 19 $(MAKE) -C $(KERNELDIR) M=$(PWD) clean
|
/third_party/curl/tests/data/ |
D | test625 | 28 …PWD/log/test%TESTNUMBER.a/upload.%TESTNUMBER %PWD/log/upload.%TESTNUMBER rmdir %PWD/log/test%TESTN…
|
D | test608 | 27 …ent_key --pubkey curl_client_key.pub -u %USER: -Q "-rename %PWD/log/file%TESTNUMBER.txt %PWD/log/f… 32 perl %SRCDIR/libtest/test610.pl gone %PWD/log/file%TESTNUMBER.txt move %PWD/log/file%TESTNUMBER-ren…
|
D | test611 | 24 perl %SRCDIR/libtest/test610.pl mkdir %PWD/log/test%TESTNUMBER.dir 30 …ent_key --pubkey curl_client_key.pub -u %USER: -Q "-rename %PWD/log/test%TESTNUMBER.dir %PWD/log/t… 33 perl %SRCDIR/libtest/test610.pl rmdir %PWD/log/test%TESTNUMBER.new
|
D | test661 | 39 PWD 50 PWD 62 PWD 67 PWD
|
D | test638 | 26 perl %SRCDIR/libtest/test610.pl mkdir %PWD/log/test%TESTNUMBER.dir 32 …nt_key --pubkey curl_client_key.pub -u %USER: -Q "-*rename %PWD/log/test%TESTNUMBER.dir %PWD/log/t… 35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/log/test%TESTNUMBER.new
|
D | test614 | 27 perl %SRCDIR/libtest/test613.pl prepare %PWD/log/test%TESTNUMBER.dir 33 --key curl_client_key --pubkey curl_client_key.pub -u %USER: -Q "chmod 444 %PWD/log/test%TESTNUMBER… 36 perl %SRCDIR/libtest/test613.pl postprocess %PWD/log/test%TESTNUMBER.dir %PWD/log/curl%TESTNUMBER.o…
|
D | test639 | 26 perl %SRCDIR/libtest/test610.pl mkdir %PWD/log/test%TESTNUMBER.dir 32 …y --pubkey curl_client_key.pub -u %USER: -Q "-*rename %PWD/log/test%TESTNUMBER-not-exists-dir %PWD… 35 perl %SRCDIR/libtest/test610.pl rmdir %PWD/log/test%TESTNUMBER.dir
|
D | test124 | 15 REPLY PWD 314 bluah you f00l! 26 FTP download, failed PWD 38 PWD
|
/third_party/toybox/scripts/ |
D | test.sh | 6 TOPDIR="$PWD" 7 FILES="$PWD"/tests/files 25 PATH="$PWD:$PATH" 26 TESTDIR="$PWD"
|
/third_party/toybox/tests/ |
D | useradd.test | 55 testing "dir" "useradd -h $PWD/dir $user $arg || 56 grep '^$user:.*dir' /etc/passwd $arg && [ -d $PWD/dir ] && 59 rm -rf $PWD/dir 95 testing "dir and -H" "useradd -H -h $PWD/dir $user $arg || 96 grep '^$user:.*dir' /etc/passwd $arg && [ ! -e $PWD/dir ] &&
|
D | pwd.test | 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
|
/third_party/ltp/testcases/kdump/lib/crasher/ |
D | Makefile | 3 PWD := $(shell pwd) macro 6 $(MAKE) -C $(KDIR) M=$(PWD) modules 10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|
/third_party/ltp/testcases/kdump/lib/kprobes/ |
D | Makefile | 4 PWD := $(shell pwd) macro 6 $(MAKE) -C $(KDIR) M=$(PWD) modules 10 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|
/third_party/ltp/testcases/kdump/lib/lkdtm/ |
D | Makefile | 3 PWD := $(shell pwd) macro 11 $(MAKE) -C $(KDIR) M=$(PWD) modules 15 make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
|
/third_party/ltp/testcases/kernel/device-drivers/nls/ |
D | Makefile | 12 PWD := $(shell pwd) macro 15 $(MAKE) -C $(KDIR) M=$(PWD) modules 20 $(MAKE) -C $(KDIR) M=$(PWD) clean
|
/third_party/gstreamer/gstplugins_bad/gst/audiovisualizers/ |
D | README | 86 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-inspect scopes 89 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch audiotestsrc ! audioconvert ! wavescope ! colorspa… 90 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! … 91 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! … 93 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! … 94 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! … 96 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! … 97 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! … 99 GST_PLUGIN_PATH=$GST_PLUGIN_PATH:$PWD gst-launch filesrc location=$HOME/Music/1.mp3 ! decodebin2 ! …
|
/third_party/mbedtls/tests/scripts/ |
D | docker_env.sh | 91 --volume $PWD:$PWD \ 92 --workdir $PWD \
|
/third_party/flutter/flutter/dev/tools/ |
D | repackage_gradle_wrapper.sh | 24 file="$PWD/${1##*/}" 30 file="$PWD/${file##*/}" 32 echo "$PWD/${file##*/}"
|