OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_DIR
(Results
1 - 15
of
15
) 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"
/test/vts/script/
monitor-runner-output.py
22
LOG_DIR
= '/tmp'
31
folders = [os.path.join(
LOG_DIR
, folder_name)
32
for folder_name in os.listdir(
LOG_DIR
)
33
if os.path.isdir(os.path.join(
LOG_DIR
, folder_name)) and
/external/linux-kselftest/tools/testing/selftests/ftrace/
ftracetest
100
LOG_DIR
=$TOP_DIR/logs/`date +%Y%m%d-%H%M%S`/
115
LOG_FILE=$
LOG_DIR
/ftracetest.log
116
mkdir -p $
LOG_DIR
|| errexit "Failed to make a log directory: $
LOG_DIR
"
238
local testlog=`mktemp $
LOG_DIR
/${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"
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
PMCStatusLogger.java
37
public static String
LOG_DIR
= "/mnt/sdcard/Download";
50
mFile = new File(
LOG_DIR
+ "/" + fileName);
/external/autotest/client/cros/
constants.py
10
LOG_DIR
= '/var/log'
/external/autotest/server/
crashcollect.py
178
collect_log_file(host, constants.
LOG_DIR
, log_path)
/external/autotest/client/bin/
site_sysinfo.py
55
def run(self,
log_dir
):
58
@param
log_dir
: The destination log directory.
62
utils.system("mkdir -p %s%s" % (
log_dir
, parent_dir))
72
log_dir
, parent_dir))
207
def run(self,
log_dir
, collect_init_status=True, collect_all=False):
208
"""Copies new content from self.dir to the destination
log_dir
.
210
@param
log_dir
: The destination log directory.
220
self._log_diff(self.dir,
log_dir
)
223
logdir_temp.run(
log_dir
)
232
def run(self,
log_dir
)
[
all
...]
/external/abi-compliance-checker/
abi-compliance-checker.pl
[
all
...]
Completed in 344 milliseconds