Home
last modified time | relevance | path

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

/external/libcxx/utils/libcxx/sym_check/
Dutil.py60 _cppfilt_exe = distutils.spawn.find_executable('c++filt') variable
64 if _cppfilt_exe is None:
67 [_cppfilt_exe], input=symbol)