Home
last modified time | relevance | path

Searched refs:json_data_file (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/util/bot/
Dvs_toolchain.py15 json_data_file = os.path.join(script_dir, 'win_toolchain.json') variable
34 if not os.path.exists(json_data_file):
36 with open(json_data_file, 'r') as tempf:
113 '--output-json', json_data_file,
/external/v8/gypfiles/
Dvs_toolchain.py21 json_data_file = os.path.join(script_dir, 'win_toolchain.json') variable
41 if ((sys.platform in ('win32', 'cygwin') or os.path.exists(json_data_file))
45 with open(json_data_file, 'r') as tempf:
283 if not os.path.exists(json_data_file):
285 with open(json_data_file, 'r') as tempf:
302 if force == '--force' or os.path.exists(json_data_file):
319 '--output-json', json_data_file,