OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:third_party_dirs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/tools/
licenses.py
337
third_party_dirs
= []
357
third_party_dirs
.append(dirpath)
370
third_party_dirs
.append(dir)
372
return
third_party_dirs
379
third_party_dirs
= FindThirdPartyDirs(PRUNE_PATHS, root)
380
third_party_dirs
= FilterDirsWithFiles(
third_party_dirs
, root)
383
for path in sorted(
third_party_dirs
):
413
third_party_dirs
= FindThirdPartyDirs(PRUNE_PATHS, root)
418
for path in sorted(
third_party_dirs
)
[
all
...]
/external/chromium_org/android_webview/tools/
webview_licenses.py
201
third_party_dirs
= licenses.FindThirdPartyDirs(prune_paths, REPOSITORY_ROOT)
202
return licenses.FilterDirsWithFiles(
third_party_dirs
, REPOSITORY_ROOT)
215
third_party_dirs
= _FindThirdPartyDirs()
219
for path in sorted(
third_party_dirs
):
235
licenses_check = _CheckLicenseHeaders(
third_party_dirs
, whitelisted_files)
247
third_party_dirs
= _FindThirdPartyDirs()
254
for directory in sorted(
third_party_dirs
):
Completed in 32 milliseconds