/third_party/elfutils/tests/ |
D | run-debuginfod-tmp-home.sh | 25 DB=${PWD}/.debuginfod_tmp.sqlite 27 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 61 echo "int main() { return 0; }" > ${PWD}/p+r%o\$g.c 65 gcc -Wl,--build-id -g -o p+r%o\$g ${PWD}/foobar///./../p+r%o\$g.c 66 testrun ${abs_top_builddir}/src/strip -g -f p+r%o\$g.debug ${PWD}/p+r%o\$g 84 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod… 85 if [ ! -f $PWD/tmphome/.cache/debuginfod_client/$BUILDID/debuginfo ]; then 86 echo "could not find cache in $PWD/tmphome/.cache" 91 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod… 92 if [ ! -f $PWD/tmphome/.cache/debuginfod_client/$BUILDID/executable ]; then [all …]
|
D | run-debuginfod-artifact-running.sh | 30 DB=${PWD}/.debuginfod_tmp.sqlite 32 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 34 echo 'int main(int argc, char * argv){ return 0; }' > ${PWD}/prog.c 35 gcc -Wl,--build-id -g -o prog ${PWD}/prog.c 36 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 68 echo "int main() { return 0; }" > ${PWD}/prog2.c 70 gcc -Wl,--build-id -g -o prog2 ${PWD}/prog2.c 95 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID ${PWD}/foobar///./… 96 cmp $filename ${PWD}/prog.c 99 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID ${PWD}/prog.c` [all …]
|
D | run-debuginfod-find.sh | 32 DB=${PWD}/.debuginfod_tmp.sqlite 34 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 46 rm -rf F R D L Z ${PWD}/foobar ${PWD}/mocktree ${PWD}/.client_cache* ${PWD}/tmp* 150 echo "int main() { return 0; }" > ${PWD}/prog.c 154 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 155 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 224 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID ${PWD}/foobar///./… 225 cmp $filename ${PWD}/prog.c 228 filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID ${PWD}/prog.c` 229 cmp $filename ${PWD}/prog.c [all …]
|
D | run-debuginfod-sizetime.sh | 28 DB=${PWD}/.debuginfod_tmp.sqlite 30 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 32 echo "int main() { return 0; }" > ${PWD}/prog.c 35 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 36 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 41 …_builddir}/../debuginfod/debuginfod $VERBOSE -F -p $PORT1 -d $DB -t0 -g0 ${PWD} > vlog$PORT1 2>&1 & 54 …${abs_top_builddir}/debuginfod/debuginfod-find -v -v executable ${PWD}/prog 2> find-vlog$PORT1 || … 60 grep 'serving file '$(realpath ${PWD})'/prog' vlog$PORT1 69 …${abs_top_builddir}/debuginfod/debuginfod-find -v -v debuginfo ${PWD}/prog.debug 2> find-vlog$PORT…
|
D | run-debuginfod-percent-escape.sh | 27 DB=${PWD}/.debuginfod_tmp.sqlite 31 -F -R -d $DB -p $PORT1 -t0 -g0 -v R ${PWD}/F > vlog$PORT1 2>&1 & 41 echo "int main() { return 0; }" > ${PWD}/F/p++r\$\#o^^g.c 42 gcc -Wl,--build-id -g -o ${PWD}/F/p++r\$\#o^^g ${PWD}/F/p++r\$\#o^^g.c 44 -a ${PWD}/F/p++r\\$\#o^^g | grep 'Build ID' | cut -d ' ' -f 7` 45 tempfiles ${PWD}/F/p++r\$\#o^^g.c ${PWD}/F/p++r\$\#o^^g 53 env DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache DEBUGINFOD_URLS="http://127.0.0.1:$PORT1" \
|
D | run-debuginfod-archive-groom.sh | 28 DB=${PWD}/.debuginfod_tmp.sqlite 30 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 33 mkdir R ${PWD}/F 35 -F -R -d $DB -p $PORT1 -t0 -g0 -v R ${PWD}/F > vlog$PORT1 2>&1 & 56 echo "int main() { return 0; }" > ${PWD}/F/prog.c 57 gcc -Wl,--build-id -g -o ${PWD}/F/prog ${PWD}/F/prog.c 59 -a ${PWD}/F/prog | grep 'Build ID' | cut -d ' ' -f 7` 60 tempfiles ${PWD}/F/prog ${PWD}/F/prog.c
|
D | run-debuginfod-federation-link.sh | 25 DB=${PWD}/.debuginfod_tmp.sqlite 26 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 54 echo "int main() { return 0; }" > ${PWD}/prog.c 58 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 59 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 75 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache2 101 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache3
|
D | run-debuginfod-dlopen.sh | 31 DB=${PWD}/.debuginfod_tmp.sqlite 33 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 63 echo "int main() { return 0; }" > ${PWD}/p+r%o\$g.c 67 gcc -Wl,--build-id -g -o p+r%o\$g ${PWD}/foobar///./../p+r%o\$g.c 68 testrun ${abs_top_builddir}/src/strip -g -f p+r%o\$g.debug ${PWD}/p+r%o\$g
|
D | run-debuginfod-writable.sh | 31 DB=${PWD}/.debuginfod_tmp.sqlite 33 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 57 echo "int main() { return 0; }" > ${PWD}/p+r%o\$g.c 61 gcc -Wl,--build-id -g -o p+r%o\$g ${PWD}/foobar///./../p+r%o\$g.c 62 testrun ${abs_top_builddir}/src/strip -g -f p+r%o\$g.debug ${PWD}/p+r%o\$g
|
D | run-debuginfod-regex.sh | 27 DB=${PWD}/.debuginfod_tmp.sqlite 30 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 48 echo "int main() { return 0; }" > ${PWD}/prog.c 52 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 53 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog
|
D | run-debuginfod-malformed.sh | 30 DB=${PWD}/.debuginfod_tmp.sqlite 32 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 60 echo "int main() { return 0; }" > ${PWD}/p+r%o\$g.c 64 gcc -Wl,--build-id -g -o p+r%o\$g ${PWD}/foobar///./../p+r%o\$g.c 65 testrun ${abs_top_builddir}/src/strip -g -f p+r%o\$g.debug ${PWD}/p+r%o\$g
|
D | run-debuginfod-federation-metrics.sh | 25 DB=${PWD}/.debuginfod_tmp.sqlite 26 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 55 echo "int main() { return 0; }" > ${PWD}/prog.c 59 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 60 testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${PWD}/prog 75 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache2 95 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache3 145 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache3
|
D | run-debuginfod-response-headers.sh | 26 DB=${PWD}/.debuginfod_tmp.sqlite 28 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache 47 echo "int main() { return 0; }" > ${PWD}/prog.c 51 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 107 mkdir -p ${PWD}/$netcat_dir 108 cp F/prog ${PWD}/$netcat_dir/executable
|
/third_party/ltp/testcases/commands/which/ |
D | which01.sh | 91 1) which_test "" "pname" "$PWD/pname|./pname";; 92 2) which_test "-all" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";; 93 3) which_test "-a" "pname" "$PWD/bin/pname|./bin/pname^$PWD/pname|./pname";; 94 4) which_test "--read-alias" "pname" "pname='pname -i'^$PWD/pname";; 95 5) which_test "-i" "pname" "pname='pname -i'^$PWD/pname";; 97 which_test "--skip-alias" "pname" "$PWD/pname";
|
/third_party/openssl/ |
D | NOTES-NONSTOP.md | 215 assumes that your PWD is set according to your installation standards. 217 ./Configure nonstop-nsx --prefix=${PWD} \ 218 --openssldir=${PWD}/ssl no-threads \ 220 ./Configure nonstop-nsx_g --prefix=${PWD} \ 221 --openssldir=${PWD}/ssl no-threads \ 223 ./Configure nonstop-nsx_put --prefix=${PWD} \ 224 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \ 226 ./Configure nonstop-nsx_spt_floss --prefix=${PWD} \ 227 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \ 229 ./Configure nonstop-nsx_64 --prefix=${PWD} \ [all …]
|
/third_party/node/deps/openssl/openssl/ |
D | NOTES-NONSTOP.md | 215 assumes that your PWD is set according to your installation standards. 217 ./Configure nonstop-nsx --prefix=${PWD} \ 218 --openssldir=${PWD}/ssl no-threads \ 220 ./Configure nonstop-nsx_g --prefix=${PWD} \ 221 --openssldir=${PWD}/ssl no-threads \ 223 ./Configure nonstop-nsx_put --prefix=${PWD} \ 224 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \ 226 ./Configure nonstop-nsx_spt_floss --prefix=${PWD} \ 227 --openssldir=${PWD}/ssl threads "-D_REENTRANT" \ 229 ./Configure nonstop-nsx_64 --prefix=${PWD} \ [all …]
|
/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 (!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/curl/tests/data/ |
D | test1140 | 22 %SRCDIR/test1140.pl %PWD/../docs/ %PWD/../docs/libcurl/*.3 %PWD/../docs/libcurl/opts/*.3 %PWD/../do…
|
D | test608 | 27 …%LOGDIR/server/curl_client_key.pub -u %USER: -Q "-rename %PWD/%LOGDIR/file%TESTNUMBER.txt %PWD/%LO… 32 …l %SRCDIR/libtest/test610.pl gone %PWD/%LOGDIR/file%TESTNUMBER.txt move %PWD/%LOGDIR/file%TESTNUMB…
|
D | test625 | 28 …PWD/%LOGDIR/test%TESTNUMBER.a/upload.%TESTNUMBER %PWD/%LOGDIR/upload.%TESTNUMBER rmdir %PWD/%LOGDI…
|
/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/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 ] &&
|