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

  /external/chromium_org/tools/
licenses.py 23 PRUNE_PATHS = set([
343 def FindThirdPartyDirs(prune_paths, root):
349 if path in prune_paths:
364 if dirpath not in prune_paths:
377 if dir not in prune_paths:
387 third_party_dirs = FindThirdPartyDirs(PRUNE_PATHS, root)
421 third_party_dirs = FindThirdPartyDirs(PRUNE_PATHS, root)
  /external/chromium_org/android_webview/tools/
webview_licenses.py 249 prune_paths = [
270 third_party_dirs = licenses.FindThirdPartyDirs(prune_paths, REPOSITORY_ROOT)

Completed in 319 milliseconds