Searched refs:_CopyRuntimeImpl (Results 1 – 1 of 1) sorted by relevance
/external/libchrome/build/ |
D | vs_toolchain.py | 157 def _CopyRuntimeImpl(target, source, verbose=True): function 186 _CopyRuntimeImpl(target, source) 203 _CopyRuntimeImpl(ucrt_dst_file, ucrt_src_file, False) 204 _CopyRuntimeImpl(os.path.join(target_dir, 'ucrtbase' + suffix), 260 _CopyRuntimeImpl(os.path.join(target_dir, runtime), source) 328 _CopyRuntimeImpl(target_path, full_path)
|