Home
last modified time | relevance | path

Searched refs:LOG_DIR (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/kernel/fs/mongo/
Dtest.sh24 LOG_DIR=$PWD
62 …000 bytes=100000 fstype=reiserfs dev=/dev/loop0 dir=$TEST_DIR RUN log=$LOG_DIR/reiserlog > /dev/…
64 echo "RESULTS LOGGED IN $LOG_DIR/reiserlog"
80 …ile1 file_size=10000 bytes=100000 fstype=jfs dev=/dev/loop0 dir=$TEST_DIR RUN log=$LOG_DIR/jfslog
82 echo "RESULTS LOGGED IN $LOG_DIR/jfslog"
/external/linux-kselftest/tools/testing/selftests/pstore/
Dcommon_tests60 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`_${UUID}/
64 LOG_FILE=$LOG_DIR/`basename $0`.log
65 mkdir -p $LOG_DIR || errexit "Failed to make a log directory: $LOG_DIR"
/external/linux-kselftest/tools/testing/selftests/ftrace/
Dftracetest91 LOG_DIR=$2
129 LOG_DIR=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
146 if [ "x$LOG_DIR" = "x-" ]; then
150 LOG_FILE=$LOG_DIR/ftracetest.log
151 mkdir -p $LOG_DIR || errexit "Failed to make a log directory: $LOG_DIR"
311 local testlog=`mktemp $LOG_DIR/${CASENO}-${testname}-log.XXXXXX`
/external/ltp/testcases/realtime/scripts/
Drun_c_files.sh43 LOG_FILE="$LOG_DIR/$LOG_FORMAT-${cmd}${params// /}.log"
45 [ ! -d $LOG_DIR ] && mkdir -p $LOG_DIR
Dsetenv.sh19 export LOG_DIR=$TESTS_DIR/logs
/external/ltp/testcases/realtime/func/pi-tests/
Drun_auto.sh16 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-1.log"
20 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-2.log"
24 export LOG_FILE="$LOG_DIR/$LOG_FORMAT-testpi-4.log"
/external/ltp/testcases/realtime/func/measurement/
Drun_auto.sh17 LOG_FILE="$LOG_DIR/$LOG_FORMAT-rdtsc-latency.log"
20 LOG_FILE="$LOG_DIR/$LOG_FORMAT-preempt_timing.log"
/external/ltp/testcases/kernel/fs/fs-bench/
Dmodaltr.sh41 LOG_DIR=/tmp/log
105 mv log $LOG_DIR
/external/ltp/testcases/realtime/perf/latency/
Drun_auto.sh9 LOG_FILE="$LOG_DIR/$LOG_FORMAT-pthread_cond_many.log"
/external/autotest/client/cros/
Dconstants.py10 LOG_DIR = '/var/log' variable
/external/autotest/server/
Dcrashcollect.py233 collect_log_file(host, constants.LOG_DIR, log_path)
/external/autotest/client/bin/
Dsite_sysinfo.py311 diffable_log = diffable_logdir(constants.LOG_DIR)
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java72 private static final String LOG_DIR = CLDRPaths.GEN_DIRECTORY + "charts/"; field in ChartDelta