Home
last modified time | relevance | path

Searched refs:AndroidCXXCompiler (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/utils/libcxx/android/
Dcompiler.py10 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler): class
12 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
51 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,
56 return super(AndroidCXXCompiler, self).link(source_files, out, flags,
/external/libcxx/utils/libcxx/android/test/
Dconfig.py53 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(