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

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Derrorrecord.py24 from closure_linter.common import erroroutput namespace
61 error_string = erroroutput.GetUnixErrorOutput(path, error, new_error)
63 error_string = erroroutput.GetErrorOutput(error, new_error)
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Derrorrecord.py24 from closure_linter.common import erroroutput namespace
61 error_string = erroroutput.GetUnixErrorOutput(
64 error_string = erroroutput.GetErrorOutput(error, new_error=new_error)

Completed in 217 milliseconds