Searched refs:to_unicode (Results 1 – 2 of 2) sorted by relevance
98 def to_unicode(s): function142 NTPath = to_unicode(r'\\?\%s' % path)
25 from lit.util import to_bytes, to_string, to_unicode401 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) \