Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_unicode_file_functions.py50 fsencoding = sys.getfilesystemencoding() variable
53 name.encode(fsencoding)
/external/python/cpython2/Lib/test/
Dtest_pep277.py47 fsencoding = sys.getfilesystemencoding() or sys.getdefaultencoding() variable
50 name.encode(fsencoding)
Dtest_genericpath.py262 fsencoding = test_support.TESTFN_ENCODING or "ascii"
263 unicwd.encode(fsencoding)