HomeSort by relevance Sort by last modified time
    Searched refs:LicenseError (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/
licenses.py 239 class LicenseError(Exception):
279 raise LicenseError("missing README.chromium or licenses.py "
294 raise LicenseError("couldn't find '" + key + "' line "
308 raise LicenseError("License file not found. "
320 raise LicenseError("Required text file listed but not found.")
394 except LicenseError, e:
429 except LicenseError:
  /external/chromium_org/android_webview/tools/
webview_licenses.py 64 except licenses.LicenseError as e:
65 print 'Got LicenseError while scanning ' + directory
291 except licenses.LicenseError, e:
293 print 'Got LicenseError "%s" while scanning %s' % (e, path)

Completed in 536 milliseconds