Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Dutil.py98 def to_unicode(s): function
142 NTPath = to_unicode(r'\\?\%s' % path)
H A DTestRunner.py25 from lit.util import to_bytes, to_string, to_unicode
401 dir = to_unicode(dir) if kIsWindows else to_bytes(dir)
402 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd)
446 path = to_unicode(path) if kIsWindows else to_bytes(path)
447 cwd = to_unicode(cwd) if kIsWindows else to_bytes(cwd)
593 redir_filename = to_unicode(redir_filename) \