Searched refs:json_data_file (Results 1 – 2 of 2) sorted by relevance
/external/libchrome/build/ |
D | vs_toolchain.py | 23 json_data_file = os.path.join(script_dir, 'win_toolchain.json') variable 42 if ((sys.platform in ('win32', 'cygwin') or os.path.exists(json_data_file)) 48 with open(json_data_file, 'r') as tempf: 348 if not os.path.exists(json_data_file): 350 with open(json_data_file, 'r') as tempf: 367 if force == '--force' or os.path.exists(json_data_file): 409 '--output-json', json_data_file,
|
/external/boringssl/src/util/bot/ |
D | vs_toolchain.py | 13 json_data_file = os.path.join(script_dir, 'win_toolchain.json') variable 22 with open(json_data_file, 'r') as tempf: 100 '--output-json', json_data_file,
|