Home
last modified time | relevance | path

Searched refs:ErrorInfo (Results 1 - 1 of 1) sorted by relevance

/build/tools/component_tools/static_check/bundle_check/
H A Dget_subsystem_with_component.py22 class ErrorInfo: class
43 ErrorInfo.g_subsystem_path_error.append(subsystem_path)
60 ErrorInfo.g_component_abs_path.append(destpath)
64 ErrorInfo.g_component_path_empty.append(bundle_path)
135 if ErrorInfo.g_component_path_empty or \
136 ErrorInfo.g_component_abs_path:
139 if ErrorInfo.g_subsystem_path_error:
141 print_list(ErrorInfo.g_subsystem_path_error)
143 if ErrorInfo.g_component_path_empty:
145 print_list(ErrorInfo
[all...]

Completed in 1 milliseconds