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

  /external/ltp/testcases/realtime/func/measurement/
run_auto.sh 17 LOG_FILE="$LOG_DIR/$LOG_FORMAT-rdtsc-latency.log"
20 LOG_FILE="$LOG_DIR/$LOG_FORMAT-preempt_timing.log"
  /external/ltp/testcases/realtime/scripts/
run_c_files.sh 43 LOG_FILE="$LOG_DIR/$LOG_FORMAT-${cmd}${params// /}.log"
45 [ ! -d $LOG_DIR ] && mkdir -p $LOG_DIR
setenv.sh 19 export LOG_DIR=$TESTS_DIR/logs
  /external/ltp/testcases/realtime/func/pi-tests/
run_auto.sh 16 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/linux-kselftest/tools/testing/selftests/pstore/
common_tests 60 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/ltp/testcases/kernel/fs/mongo/
test.sh 24 LOG_DIR=$PWD
62 ./mongo.pl LOG=/tmp/logfile1 file_size=10000 bytes=100000 fstype=reiserfs dev=/dev/loop0 dir=$TEST_DIR RUN log=$LOG_DIR/reiserlog > /dev/null 2>&1
64 echo "RESULTS LOGGED IN $LOG_DIR/reiserlog"
80 ./mongo.pl LOG=/tmp/logfile1 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/ftrace/
ftracetest 91 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/kernel/fs/fs-bench/
modaltr.sh 41 LOG_DIR=/tmp/log
105 mv log $LOG_DIR
  /external/ltp/testcases/realtime/perf/latency/
run_auto.sh 9 LOG_FILE="$LOG_DIR/$LOG_FORMAT-pthread_cond_many.log"
  /external/autotest/client/cros/
constants.py 10 LOG_DIR = '/var/log'
  /external/autotest/server/
crashcollect.py 233 collect_log_file(host, constants.LOG_DIR, log_path)
  /external/autotest/client/bin/
site_sysinfo.py 76 def run(self, log_dir):
79 @param log_dir: The destination log directory.
84 utils.system("mkdir -p %s%s" % (log_dir, parent_dir))
93 % (" ".join(excludes), from_dir, log_dir, parent_dir))
259 def run(self, log_dir, collect_init_status=True, collect_all=False):
260 """Copies new content from self.dir to the destination log_dir.
262 @param log_dir: The destination log directory.
272 self._log_diff(self.dir, log_dir)
275 logdir_temp.run(log_dir)
283 def run(self, log_dir)
    [all...]
  /external/cldr/tools/java/org/unicode/cldr/tool/
ChartDelta.java 72 private static final String LOG_DIR = CLDRPaths.GEN_DIRECTORY + "charts/";
    [all...]

Completed in 1255 milliseconds