Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py169 class _PlatformContext(object): class
181 return _PlatformContext('DYLD_LIBRARY_PATH', ':', 'lib', 'dylib')
183 return _PlatformContext('LD_LIBRARY_PATH', ':', 'lib', 'so')
185 return _PlatformContext('PATH', ';', '', 'dll')