Home
last modified time | relevance | path

Searched refs:log_type (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/internal/lib/
Dcvd_utils.py1053 log_type = _GetLogType(file_name)
1054 if not log_type:
1065 logs.append(report.LogFile(log_path, log_type, log_name))
1092 log_type = _GetLogType(file_name)
1093 if os.path.islink(log_path) or not log_type:
1095 logs.append(report.LogFile(log_path, log_type))
/tools/acloud/public/
Dreport.py101 def LogFile(path, log_type, name=None): argument
112 log = {"path": path, "type": log_type}
/tools/test/connectivity/acts/framework/acts/
Dlogger.py225 for log_type, log_data in LOG_LEVELS.items():
226 logging.addLevelName(log_data['level'], log_type)
/tools/asuite/atest/tf_proto/
Dlog_file.proto28 string log_type = 3; field
/tools/tradefederation/core/proto/
Dlog_file.proto28 string log_type = 3; field
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py522 def Log(self, log_time_str, log_descr_str, log_msg_str, log_type, project): argument
539 if ctypes.c_int(log_type).value == LOG_TYPE_FINAL_VERDICT: