Home
last modified time | relevance | path

Searched refs:log_path (Results 1 – 25 of 25) sorted by relevance

/external/autotest/server/
Dcrashcollect.py46 log_path = os.path.join(crashinfo_dir, 'var')
47 os.makedirs(log_path)
48 collect_log_file(host, constants.LOG_DIR, log_path)
51 log_path = os.path.join(
53 collect_log_file(host, constants.LOG_CONSOLE_RAMOOPS, log_path)
57 log_path = os.path.join(
60 log_path, use_tmp=True)
112 def collect_log_file(host, log_path, dest_path, use_tmp=False): argument
126 logging.info('Collecting %s...', log_path)
128 source_path = log_path
[all …]
Dsite_gtest_runner.py71 log_path = os.path.join(
74 if not os.path.exists(log_path):
75 logging.error('gtest log file "%s" is missing.', log_path)
81 with open(log_path, 'r') as log_file:
/external/autotest/tko/
Dretrieve_logs.cgi139 def get_full_url(info, log_path): argument
145 path = log_path
154 log_path = _get_requested_path() variable
155 info = find_repository_host(log_path)
156 site_retrieve_logs(log_path)
157 print _PAGE % get_full_url(info, log_path)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dsonofmmm.py33 self.log_path = os.path.join(self.working_dir, self.log_file)
34 boto.set_file_logger(self.name, self.log_path)
77 if os.path.isfile(self.log_path):
80 key.set_contents_from_filename(self.log_path)
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py240 log_path = os.path.join(tempfile.gettempdir(), '%s-logs' % self._filter)
241 shutil.rmtree(log_path, ignore_errors=True)
242 os.mkdir(log_path)
248 log_file = '%s.log' % os.path.join(log_path, test_case)
302 log_path = os.path.join(tempfile.gettempdir(), '%s-logs' % self._filter)
303 shutil.rmtree(log_path, ignore_errors=True)
304 os.mkdir(log_path)
338 log_file = os.path.join(log_path,
/external/autotest/client/site_tests/logging_CrashSender/
Dlogging_CrashSender.py40 def _check_simple_minidump_send(self, report, log_path=None): argument
54 if log_path and not ('log: @%s' % log_path) in result['output']:
79 log_path = self.write_crash_dir_entry(
83 log=log_path)
84 self._check_simple_minidump_send(meta_path, log_path)
/external/autotest/client/site_tests/graphics_Piglit/
Dgraphics_Piglit.py54 log_path = os.path.join(self.outputdir, 'piglit-run.log')
73 cmd = cmd + ' | tee ' + log_path
95 f = open(log_path, 'r')
/external/autotest/scheduler/
Dmonitor_db_babysitter84 self.log_path = os.path.join(scheduler_log_dir, log_name)
89 logging.info("STARTING monitor_db with log file %s" % self.log_path)
108 new_size = os.path.getsize(self.log_path)
135 stall_log_path = self.log_path + '.stall_info'
Ddrone_utility.py288 def _convert_old_host_log(self, log_path): argument
305 base_name = os.path.basename(log_path)
307 os.rename(log_path, temp_path)
309 os.mkdir(log_path)
312 os.rename(temp_path, os.path.join(log_path, 'old_log'))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/pyami/
Dcopybot.py32 self.log_path = os.path.join(self.wdir, self.log_file)
33 boto.set_file_logger(self.name, self.log_path)
82 key.set_contents_from_filename(self.log_path)
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmain.py334 log_path = os.path.join(conf.log_root_dir, log_dir)
335 if not os.path.isdir(log_path):
336 print_and_exit('Error: the log path "%s" does not exist.' % log_path)
338 print 'Uploading "%s" to %s ...\n' % (log_path, gs.bucket)
340 gs.upload(log_path)
343 print_and_exit(msg % (log_path, e))
/external/jsoncpp/
Dmakerelease.py153 log_path = os.path.join( distcheck_top_dir, 'build-%s.log' % platform )
154 flog = open( log_path, 'wb' )
164 return (status, log_path)
355 build_status, log_path = check_compile( distcheck_top_dir, platform )
356 print('see build log:', log_path)
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_flags_test.cc133 cf.log_path = "path/one"; in TEST()
139 EXPECT_STREQ("path/two", cf.log_path); in TEST()
/external/autotest/site_utils/
Drpc_logserver.py104 log_path = config.get_config_value('SERVER', 'rpc_log_path')
109 log_path,
/external/autotest/server/site_tests/android_ACTS/
Dandroid_ACTS.py93 log_path = os.path.join(configs['logpath'], testbed_name, 'latest')
94 self.test_station.get_file(log_path, self.resultsdir)
/external/compiler-rt/lib/ubsan/
Dubsan_init.cc41 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
/external/compiler-rt/test/asan/TestCases/Posix/
Dlog_path_fork_test.cc.disabled4 // RUN: %env_asan_opts=log_path='"%t.log"':verbosity=1 not %run %t 2> %t.out
/external/autotest/server/cros/network/
Dwifi_client.py87 log_path = SHILL_BRILLO_XMLRPC_LOG_PATH
91 log_path = ANDROID_XMLRPC_LOG_PATH
103 log_path = SHILL_XMLRPC_LOG_PATH
112 logfile=log_path
/external/jsoncpp/devtools/
Dbatchbuild.py89 def _execute_build_subprocess(self, cmd, env, log_path): argument
94 with open( log_path, 'wb' ) as flog:
/external/autotest/client/bin/
Dsite_sysinfo.py389 def add_logdir(self, log_path): argument
401 self.test_loggables.add(logdir(log_path))
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_flags.inc51 const char *, log_path, "stderr",
52 "Write logs to \"log_path.pid\". The special values are \"stdout\" and "
57 "append executable name to logs (as in \"log_path.exe_name.pid\").")
/external/autotest/contrib/
Dcompare_suite.py84 log_path = LOG_PATH_FMT % task_info
85 autoserv_log_path = '%s/%s' % (log_path, AUTOSERV_DEBUG_LOG)
/external/compiler-rt/lib/asan/
Dasan_rtl.cc432 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
/external/compiler-rt/lib/msan/
Dmsan.cc383 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc341 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()