OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vs_toolchain_py
(Results
1 - 2
of
2
) sorted by null
/external/skia/infra/bots/assets/win_toolchain/
create.py
66
vs_toolchain_py
= os.path.join('build', 'vs_toolchain.py')
69
subprocess.check_call(['python',
vs_toolchain_py
, 'update'], env=env)
70
output = subprocess.check_output(['python',
vs_toolchain_py
,
/external/skqp/infra/bots/assets/win_toolchain/
create.py
66
vs_toolchain_py
= os.path.join('build', 'vs_toolchain.py')
69
subprocess.check_call(['python',
vs_toolchain_py
, 'update'], env=env)
70
output = subprocess.check_output(['python',
vs_toolchain_py
,
Completed in 575 milliseconds