HomeSort by relevance Sort by last modified time
    Searched refs:json_data_file (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/util/bot/
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/
vs_toolchain.py 21 json_data_file = os.path.join(script_dir, 'win_toolchain.json') variable
40 # been downloaded before (in which case json_data_file will exist).
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,

Completed in 139 milliseconds