OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:library_dir
(Results
1 - 3
of
3
) sorted by null
/external/chromium-trace/catapult/perf_insights/
appengine_config.py
31
for
library_dir
in (cloud_mapper.THIRD_PARTY_LIBRARIES +
33
if os.path.exists(
library_dir
):
34
vendor.add(os.path.join(os.path.dirname(__file__),
library_dir
))
/external/chromium-trace/catapult/dashboard/
appengine_config.py
39
for
library_dir
in (dashboard.THIRD_PARTY_LIBRARIES +
41
if os.path.exists(
library_dir
):
42
vendor.add(os.path.join(os.path.dirname(__file__),
library_dir
))
/external/chromium-trace/catapult/perf_insights/perf_insights/endpoints/cloud_mapper/
__init__.py
77
for
library_dir
in THIRD_PARTY_LIBRARIES:
78
paths.append(os.path.join(third_party_dir,
library_dir
))
81
for
library_dir
in THIRD_PARTY_LIBRARIES_IN_PERF_INSIGHTS:
82
paths.append(os.path.join(third_party_dir,
library_dir
))
Completed in 156 milliseconds