HomeSort by relevance Sort by last modified time
    Searched refs:logfile (Results 51 - 75 of 154) sorted by null

1 23 4 5 6 7

  /external/toybox/toys/pending/
syslogd.c 14 usage: syslogd [-a socket] [-O logfile] [-f config file] [-m interval]
47 struct logfile { struct
48 struct logfile *next;
60 char *logfile;
68 struct logfile *lfiles; // list of write logfiles
95 * recurses the logfile list and resolves config
98 static int resolve_config(struct logfile *file, char *config)
154 struct logfile *file;
165 file = xzalloc(sizeof(struct logfile));
177 file = xzalloc(sizeof(struct logfile));
    [all...]
  /external/libxml2/
runxmlconf.c 31 #define LOGFILE "runxmlconf.log"
32 static FILE *logfile = NULL; variable
113 if (logfile != NULL) {
114 fprintf(logfile, "\n------------\n");
116 vfprintf(logfile, msg, args);
118 fprintf(logfile, "%s", testErrors);
414 xmlMemDisplayLast(logfile, final - mem);
555 logfile = fopen(LOGFILE, "w");
556 if (logfile == NULL)
    [all...]
  /external/autotest/server/hosts/
rpc_server_tracker.py 117 logfile=None, request_timeout_seconds=None):
155 @param logfile Logfile to send output when running
166 if logfile:
167 remote_cmd = '%s > %s 2>&1' % (command, logfile)
202 if logfile:
204 self._host.get_file(logfile, temp.name)
  /external/autotest/client/tests/ltp/
ltp.py 72 logfile = os.path.join(self.resultsdir, 'ltp.log')
76 args2 = '-p -l %s -C %s -d %s -o %s -S %s' % (logfile, failcmdfile,
  /external/autotest/site_utils/
check_slave_db_delay.py 74 parser.add_argument('-l', '--logfile', type=str,
84 if options.logfile:
86 file_path=os.path.abspath(options.logfile), level=logging.DEBUG)
abort_suite.py 88 utils.setup_logging(logfile=log_name, prefix=True)
lxc_cleanup.py 139 parser.add_argument('-l', '--logfile', type=str,
151 if options.logfile:
153 file_path=os.path.abspath(options.logfile),
  /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
trace_event.py 11 logfile. These resulting logfiles can be viewed with either Chrome's
43 Multiple processes can safely output into a single trace_event logfile. If you
45 logfile. Use of the multiprocessing module will work as well. In both cases,
76 def trace_enable(logfile):
77 return trace_event_impl.trace_enable(logfile)
181 None: a logfile is opened based on sys[argv], namely
184 string: a logfile of the given name is opened.
  /external/dhcpcd-6.8.2/
common.c 147 if (ctx->logfile) {
153 ctx->log_fd = open(ctx->logfile, O_WRONLY | f, 0644);
155 warn("open: %s", ctx->logfile);
160 warn("fcntl: %s", ctx->logfile);
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 116 char *logfile = DEFAULT_LOGFILE; variable
159 printf("\tlogfile: %s\n", logfile);
204 if ((statfile = fopen(logfile, "w")) == NULL)
490 | [-l] logfile: log file name |
513 logfile = optarg;
  /external/ltp/testcases/open_posix_testsuite/bin/
run-tests.sh 11 LOGFILE=${LOGFILE:=logfile}
54 echo "$testname: execution: PASS" >> "${LOGFILE}"
79 echo "$testname: execution: $msg: Output: " >> "${LOGFILE}"
80 cat $complog >> "${LOGFILE}"
93 if [ -w "$LOGFILE" ] || echo "" > "$LOGFILE"; then
96 echo >&2 "ERROR: $LOGFILE not writable"
  /external/toolchain-utils/android_bench_suite/
build_bench.py 180 with open(log_file, 'a') as logfile:
182 logfile.write(log_head)
185 ['bash', '-c', raw_cmd], stdout=logfile, stderr=logfile)
  /external/v8/tools/
plot-timer-events 54 $d8_exec --nocrankshaft --prof --logfile $calibration_log \
62 $d8_exec --nocrankshaft --prof --logfile $calibration_log \
  /toolchain/benchmark/
build_bench.py 187 with open(log_file, 'a') as logfile:
189 logfile.write(log_head)
192 ['bash', '-c', raw_cmd], stdout=logfile, stderr=logfile)
  /art/tools/bisection_search/
bisection_search.py 226 def __init__(self, script_path, expected_output_path, logfile):
232 logfile: file handle, logfile.
236 self._logfile = logfile
349 '--logfile', type=str, help='custom logfile location')
396 'bisection_search_', args.cleanup, args.logfile, args.timeout,
402 'bisection_search_', args.cleanup, args.logfile, args.timeout, args.x64)
408 args.check_script, args.expected_output, test_env.logfile)
423 print('Error occurred.\nLogfile: {0}'.format(test_env.logfile.name)
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 114 FILE *logfile; variable
934 if (logfile)
935 fprintf(logfile, "100 Made Dir: %s\n", fmt);
939 if (logfile)
940 fprintf(logfile, "200 File Copy: %s\n", fmt);
945 if (logfile)
946 fprintf(logfile, "200 File Overwrite: %s\n", fmt);
2476 FILE *logfile; local
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 113 FILE *logfile; variable
978 if (logfile)
979 fprintf(logfile, "100 Made Dir: %s\n", fmt);
983 if (logfile)
984 fprintf(logfile, "200 File Copy: %s\n", fmt);
989 if (logfile)
990 fprintf(logfile, "200 File Overwrite: %s\n", fmt);
2505 FILE *logfile; local
    [all...]
  /external/autotest/client/bin/
base_sysinfo.py 78 class logfile(loggable): class in inherits:loggable
83 super(logfile, self).__init__(logf, log_in_keyval)
88 r = "sysinfo.logfile(%r, %r, %r)"
94 if isinstance(other, logfile):
199 self.test_loggables.add(logfile(filename))
206 self.boot_loggables.add(logfile(filename))
215 logfile(fname, logf=os.path.basename(fname) + '.before'))
224 logfile(fname, logf=os.path.basename(fname) + '.after'))
237 self.boot_loggables.add(logfile('/proc/cmdline', log_in_keyval=True))
240 self.boot_loggables.add(logfile('/proc/mounts', logf='proc_mounts')
    [all...]
  /external/autotest/client/common_lib/
pexpect.py 144 def run (command, timeout=-1, withexitstatus=False, events=None, extra_args=None, logfile=None, cwd=None, env=None):
219 child = spawn(command, maxread=2000, logfile=logfile, cwd=cwd, env=env)
221 child = spawn(command, timeout=timeout, maxread=2000, logfile=logfile, cwd=cwd, env=env)
267 def __init__(self, command, args=[], timeout=30, maxread=2000, searchwindowsize=None, logfile=None, cwd=None, env=None):
319 The logfile member turns on or off logging. All input and output will
320 be copied to the given file object. Set logfile to None to stop
321 logging. This is the default. Set logfile to sys.stdout to echo
322 everything to standard output. The logfile is flushed after each write
    [all...]
  /external/ltp/testscripts/
ltp-aiodio.sh 234 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart1 -n ltp-aiostresspart1 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part1 &
246 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiostresspart2 -n ltp-aiostresspart2 -l ltpaiostress.logfile -o ltpaiostress.outfile -p -f ${TMPBASE}/ltp-aio-stress.part2 &
261 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart1 -n ltp-aiodiopart1 -l ltpaiodio1.logfile -o ltpaiodio1.outfile -p -f ${TMPBASE}/ltp-aiodio.part1 &
271 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart2 -n ltp-aiodiopart2 -l ltpaiodio2.logfile -o ltpaiodio2.outfile -p -f ${TMPBASE}/ltp-aiodio.part2 &
283 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart3 -n ltp-aiodiopart3 -l ltpaiodio3.logfile -o ltpaiodio3.outfile -p -f ${TMPBASE}/ltp-aiodio.part3 &
301 ${LTPROOT}/bin/ltp-pan -e -S -a ltpaiodiopart4 -n ltp-aiodiopart4 -l ltpaiodio4.logfile -o ltpaiodio4.outfile -p -f ${TMPBASE}/ltp-aiodio.part4 &
  /external/curl/tests/
dictserver.py 90 parser.add_argument("--logfile", action="store",
109 # Write out to a logfile
110 if options.logfile:
111 handler = logging.FileHandler(options.logfile, mode="w")
116 # The logfile wasn't specified. Add a stdout logger.
  /external/perfetto/infra/git_mirror_bot/
startup-script.sh 28 logfile=/home/gitbot/logs/supervisord.log
  /external/toolchain-utils/
buildbot_test_llvm.py 158 logfile = os.path.join(VALIDATION_RESULT_DIR, options.compiler, board)
159 with open(logfile, 'w') as f:
  /external/autotest/client/tests/dbt2/
dbt2.py 46 logfile = self.resultsdir + '/dbt2.log'
  /external/autotest/server/cros/faft/
rpc_proxy.py 92 logfile="%s.%s" % (self._client_config.rpc_logfile,

Completed in 1955 milliseconds

1 23 4 5 6 7