OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prune_paths
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/
licenses.py
23
PRUNE_PATHS
= set([
335
def FindThirdPartyDirs(
prune_paths
, root):
341
if path in
prune_paths
:
356
if dirpath not in
prune_paths
:
369
if dir not in
prune_paths
:
379
third_party_dirs = FindThirdPartyDirs(
PRUNE_PATHS
, root)
413
third_party_dirs = FindThirdPartyDirs(
PRUNE_PATHS
, root)
/external/chromium_org/android_webview/tools/
webview_licenses.py
183
prune_paths
= [
201
third_party_dirs = licenses.FindThirdPartyDirs(
prune_paths
, REPOSITORY_ROOT)
Completed in 47 milliseconds