Home
last modified time | relevance | path

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

/external/llvm-project/debuginfo-tests/dexter/dex/utils/
D__init__.py11 from dex.utils.Environment import is_native_windows, has_pywin32
18 if is_native_windows():
DUnitTests.py15 from dex.utils import is_native_windows, has_pywin32
26 if is_native_windows():
DEnvironment.py12 def is_native_windows(): function
/external/llvm-project/debuginfo-tests/dexter/dex/builder/
DParserOptions.py12 from dex.utils import is_native_windows
25 if is_native_windows():
/external/llvm-project/debuginfo-tests/dexter/dex/debugger/
DDebuggers.py19 from dex.utils.Environment import is_native_windows
57 defaults.lldb_executable = 'lldb.exe' if is_native_windows() else 'lldb'