Lines Matching full:pwd
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
93 echo "could not find cache in $PWD/tmphome/.cache"
97 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}…
98 if [ ! -f $PWD/tmpxdg/debuginfod_client/$BUILDID/debuginfo ]; then
99 echo "could not find cache in $PWD/tmpxdg/"
112 filename=`testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top…
116 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH=$PWD/tmpcache ${abs_…
117 if [ ! -f $PWD/tmpcache/$BUILDID/debuginfo ]; then
118 echo "could not find cache in $PWD/tmpcache/"
121 rm -rf ${PWD}/tmphome/ ${PWD}/tmpxdg ${PWD}/tmpcache