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

  /external/chromium_org/tools/
licenses.py 345 third_party_dirs = set()
365 third_party_dirs.add(dirpath)
378 third_party_dirs.add(dir)
380 return third_party_dirs
387 third_party_dirs = FindThirdPartyDirs(PRUNE_PATHS, root)
388 third_party_dirs = FilterDirsWithFiles(third_party_dirs, root)
391 for path in sorted(third_party_dirs):
421 third_party_dirs = FindThirdPartyDirs(PRUNE_PATHS, root)
426 for path in sorted(third_party_dirs)
    [all...]
  /external/chromium_org/components/cronet/tools/
cronet_licenses.py 39 third_party_dirs = [
51 for directory in sorted(third_party_dirs):
  /external/chromium_org/android_webview/tools/
webview_licenses.py 270 third_party_dirs = licenses.FindThirdPartyDirs(prune_paths, REPOSITORY_ROOT)
271 return licenses.FilterDirsWithFiles(third_party_dirs, REPOSITORY_ROOT)
284 third_party_dirs = _FindThirdPartyDirs()
288 for path in sorted(third_party_dirs):
304 licenses_check = _CheckLicenseHeaders(third_party_dirs, whitelisted_files)
316 third_party_dirs = _FindThirdPartyDirs()
323 for directory in sorted(third_party_dirs):

Completed in 141 milliseconds