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

  /external/boringssl/src/util/bot/
update_clang.py 37 DIA_DLL = {
158 dia_dll = os.path.join(dia_path, DIA_DLL[GetVSVersion().ShortName()])
159 CopyFile(dia_dll, target_dir)
  /external/v8/tools/clang/scripts/
update.py 361 dia_dll = None variable
363 """Get the location of the current SDK. Sets dia_dll as a side-effect."""
365 global dia_dll
370 DIA_DLL = {
393 dia_dll = os.path.join(dia_path, DIA_DLL[msvs_version])
402 CopyFile(dia_dll, target_dir)
    [all...]

Completed in 1109 milliseconds