HomeSort by relevance Sort by last modified time
    Searched refs:DMESG_DIR (Results 1 - 2 of 2) sorted by null

  /external/ltp/tools/
create_dmesg_entries_for_each_test.awk 30 s = s "; dmesg > " DMESG_DIR "/" $1 ".dmesg.log"
  /external/ltp/
runltp 212 local DMESG_DIR=""
336 DMESG_DIR="$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;
338 DMESG_DIR="$LTPROOT/output/$OPTARG-dmesg-output-`echo $$-``date +%X | tr -d ' '`";;
340 mkdir -p $DMESG_DIR
832 awk -v DMESG_DIR=$DMESG_DIR \
854 # $DMESG_DIR is used to cache messages obtained from dmesg after a test run.
855 # Proactively reap all of the 0-byte files in $DMESG_DIR as they have zero value
859 if ! find "$DMESG_DIR" -size 0 -exec rm {} + ; then
860 echo "cd to $DMESG_DIR failed: $?
    [all...]

Completed in 184 milliseconds