Searched refs:json_data_file (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/util/bot/ |
D | vs_toolchain.py | 15 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/ |
D | vs_toolchain.py | 21 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,
|