Home
last modified time | relevance | path

Searched refs:DMESG_DIR (Results 1 – 2 of 2) sorted by relevance

/external/ltp/
Drunltp840 awk -v DMESG_DIR=$DMESG_DIR \
862 # $DMESG_DIR is used to cache messages obtained from dmesg after a test run.
863 # Proactively reap all of the 0-byte files in $DMESG_DIR as they have zero value
867 if ! find "$DMESG_DIR" -size 0 -exec rm {} + ; then
868 echo "cd to $DMESG_DIR failed: $?"
870 if [ -n "$(ls "$DMESG_DIR")" ] ; then
/external/ltp/tools/
Dcreate_dmesg_entries_for_each_test.awk30 s = s "; dmesg > " DMESG_DIR "/" $1 ".dmesg.log"