Lines Matching refs:DEBUGINFOD_CACHE_PATH

34 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache
177 rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests
181 if [ ! -f $DEBUGINFOD_CACHE_PATH/01234567/debuginfo ]; then
182 echo "could not find cache in $DEBUGINFOD_CACHE_PATH"
186 if [ -r $DEBUGINFOD_CACHE_PATH/01234567/debuginfo ]; then
187 echo "The cache $DEBUGINFOD_CACHE_PATH/01234567/debuginfo is readable"
200 echo 0 > $DEBUGINFOD_CACHE_PATH/cache_miss_s
212 rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests
239 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
246 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME= DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find executable $BUILDID
253 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
261 cp -r $DEBUGINFOD_CACHE_PATH tmphome/.debuginfod_client_cache
266 filename=`testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH= ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo deadbeef`
270 testrun env HOME=$PWD/tmphome XDG_CACHE_HOME=$PWD/tmpxdg DEBUGINFOD_CACHE_PATH=$PWD/tmpcache ${abs_top_builddir}/debuginfod/debuginfod-find debuginfo $BUILDID
421 rm -rf $DEBUGINFOD_CACHE_PATH # clean it from previous tests
470 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache2
471 mkdir -p $DEBUGINFOD_CACHE_PATH
504 rm -rf $DEBUGINFOD_CACHE_PATH
521 rm -rf $DEBUGINFOD_CACHE_PATH
523 rm -f $DEBUGINFOD_CACHE_PATH/$BUILDID/debuginfo # drop 000-perm negative-hit file
529 rm -rf $DEBUGINFOD_CACHE_PATH
531 rm -f $DEBUGINFOD_CACHE_PATH/$BUILDID/debuginfo # drop 000-perm negative-hit file
536 export DEBUGINFOD_CACHE_PATH=${PWD}/.client_cache3
537 mkdir -p $DEBUGINFOD_CACHE_PATH
571 rm -f $DEBUGINFOD_CACHE_PATH/$BUILDID/debuginfo .client_cache*/$BUILDID/debuginfo
573 rm -f $DEBUGINFOD_CACHE_PATH/$BUILDID/debuginfo .client_cache*/$BUILDID/debuginfo
577 rm -f $DEBUGINFOD_CACHE_PATH/$BUILDID/debuginfo .client_cache*/$BUILDID/debuginfo
623 mkdir $DEBUGINFOD_CACHE_PATH/malformed
624 touch $DEBUGINFOD_CACHE_PATH/malformed0
625 touch $DEBUGINFOD_CACHE_PATH/malformed/malformed1
628 mkdir $DEBUGINFOD_CACHE_PATH/00000000
629 touch -d '1970-01-01' $DEBUGINFOD_CACHE_PATH/00000000 # old enough to guarantee nukage
633 echo 0 > $DEBUGINFOD_CACHE_PATH/cache_clean_interval_s
634 echo 0 > $DEBUGINFOD_CACHE_PATH/max_unused_age_s
640 if [ ! -f $DEBUGINFOD_CACHE_PATH/malformed0 ] \
641 || [ ! -f $DEBUGINFOD_CACHE_PATH/malformed/malformed1 ]; then
646 if [ -d $DEBUGINFOD_CACHE_PATH/00000000 ]; then