OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:env_version
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/util/bot/
vs_toolchain.py
85
env_version
= GetVisualStudioVersion()
86
if
env_version
== '2015':
89
if
env_version
== '2017':
93
raise Exception('Unsupported VS version %s' %
env_version
)
/external/v8/gypfiles/
vs_toolchain.py
288
env_version
= GetVisualStudioVersion()
291
return version !=
env_version
Completed in 452 milliseconds