/external/autotest/server/ |
D | crashcollect.py | 46 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 …]
|
D | site_gtest_runner.py | 71 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/ |
D | retrieve_logs.cgi | 139 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/ |
D | sonofmmm.py | 33 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/ |
D | graphics_dEQP.py | 240 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/ |
D | logging_CrashSender.py | 40 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/ |
D | graphics_Piglit.py | 54 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/ |
D | monitor_db_babysitter | 84 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'
|
D | drone_utility.py | 288 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/ |
D | copybot.py | 32 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/ |
D | main.py | 334 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/ |
D | makerelease.py | 153 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/ |
D | sanitizer_flags_test.cc | 133 cf.log_path = "path/one"; in TEST() 139 EXPECT_STREQ("path/two", cf.log_path); in TEST()
|
/external/autotest/site_utils/ |
D | rpc_logserver.py | 104 log_path = config.get_config_value('SERVER', 'rpc_log_path') 109 log_path,
|
/external/autotest/server/site_tests/android_ACTS/ |
D | android_ACTS.py | 93 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/ |
D | ubsan_init.cc | 41 __sanitizer_set_report_path(common_flags()->log_path); in CommonStandaloneInit()
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | log_path_fork_test.cc.disabled | 4 // RUN: %env_asan_opts=log_path='"%t.log"':verbosity=1 not %run %t 2> %t.out
|
/external/autotest/server/cros/network/ |
D | wifi_client.py | 87 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/ |
D | batchbuild.py | 89 def _execute_build_subprocess(self, cmd, env, log_path): argument 94 with open( log_path, 'wb' ) as flog:
|
/external/autotest/client/bin/ |
D | site_sysinfo.py | 389 def add_logdir(self, log_path): argument 401 self.test_loggables.add(logdir(log_path))
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_flags.inc | 51 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/ |
D | compare_suite.py | 84 log_path = LOG_PATH_FMT % task_info 85 autoserv_log_path = '%s/%s' % (log_path, AUTOSERV_DEBUG_LOG)
|
/external/compiler-rt/lib/asan/ |
D | asan_rtl.cc | 432 __sanitizer_set_report_path(common_flags()->log_path); in AsanInitInternal()
|
/external/compiler-rt/lib/msan/ |
D | msan.cc | 383 __sanitizer_set_report_path(common_flags()->log_path); in __msan_init()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.cc | 341 __sanitizer_set_report_path(common_flags()->log_path); in Initialize()
|