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

  /external/boringssl/src/util/bot/
vs_toolchain.py 26 vs2013_runtime_dll_dirs = None
44 vs2013_runtime_dll_dirs = toolchain_data['runtime_dirs']
59 runtime_path = ';'.join(vs2013_runtime_dll_dirs)
61 return vs2013_runtime_dll_dirs
  /external/webrtc/webrtc/build/
gyp_webrtc 87 vs2013_runtime_dll_dirs = None
89 vs2013_runtime_dll_dirs = vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
117 if vs2013_runtime_dll_dirs and not use_analyzer:
118 x64_runtime, x86_runtime = vs2013_runtime_dll_dirs
  /external/skia/
gyp_skia 93 vs2013_runtime_dll_dirs = None variable
101 vs2013_runtime_dll_dirs = \
161 if vs2013_runtime_dll_dirs:
162 x64_runtime, x86_runtime = vs2013_runtime_dll_dirs
102 vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs() variable
  /external/v8/build/
vs_toolchain.py 32 vs2013_runtime_dll_dirs = None
53 vs2013_runtime_dll_dirs = toolchain_data['runtime_dirs']
68 runtime_path = ';'.join(vs2013_runtime_dll_dirs)
70 return vs2013_runtime_dll_dirs
177 vs2013_runtime_dll_dirs = SetEnvironmentAndGetRuntimeDllDirs()
178 if not vs2013_runtime_dll_dirs:
181 x64_runtime, x86_runtime = vs2013_runtime_dll_dirs
gyp_v8 106 vs2013_runtime_dll_dirs = vs_toolchain.SetEnvironmentAndGetRuntimeDllDirs()
107 if vs2013_runtime_dll_dirs:
108 x64_runtime, x86_runtime = vs2013_runtime_dll_dirs

Completed in 332 milliseconds