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

  /external/clang/
build.py 242 bin_ext = '.exe' if is_windows else ''
252 'bin/clang' + bin_ext,
253 'bin/clang++' + bin_ext,
262 'bin/clang-format' + bin_ext,
263 'bin/clang-tidy' + bin_ext,
268 'bin/clang_32' + bin_ext,
272 'bin/FileCheck' + bin_ext,
273 'bin/llvm-as' + bin_ext,
274 'bin/llvm-dis' + bin_ext,
275 'bin/llvm-link' + bin_ext,
    [all...]
  /frameworks/rs/
build_rs.py 144 bin_ext = '.exe' if is_windows else ''
154 'bin/llvm-rs-cc' + bin_ext,
155 'bin/bcc_compat' + bin_ext,

Completed in 96 milliseconds