Home
last modified time | relevance | path

Searched refs:PWD (Results 1 – 25 of 553) sorted by relevance

12345678910>>...23

/third_party/grpc/tools/codegen/core/
Dgen_upb_api.sh23 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/
Dwhich01.sh92 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/
DMakefile9 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/
DMakefile9 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/
DMakefile13 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/
Dpwd.c26 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/
DMakefile5 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/
Dtest62528PWD/log/test%TESTNUMBER.a/upload.%TESTNUMBER %PWD/log/upload.%TESTNUMBER rmdir %PWD/log/test%TESTN…
Dtest60827 …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…
Dtest61124 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
Dtest66139 PWD
50 PWD
62 PWD
67 PWD
Dtest63826 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
Dtest61427 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…
Dtest63926 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
Dtest12415 REPLY PWD 314 bluah you f00l!
26 FTP download, failed PWD
38 PWD
/third_party/toybox/scripts/
Dtest.sh6 TOPDIR="$PWD"
7 FILES="$PWD"/tests/files
25 PATH="$PWD:$PATH"
26 TESTDIR="$PWD"
/third_party/toybox/tests/
Duseradd.test55 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 ] &&
Dpwd.test17 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/
DMakefile3 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/
DMakefile4 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/
DMakefile3 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/
DMakefile12 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/
DREADME86 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/
Ddocker_env.sh91 --volume $PWD:$PWD \
92 --workdir $PWD \
/third_party/flutter/flutter/dev/tools/
Drepackage_gradle_wrapper.sh24 file="$PWD/${1##*/}"
30 file="$PWD/${file##*/}"
32 echo "$PWD/${file##*/}"

12345678910>>...23