Searched refs:PyUnicode_FSDecoder (Results 1 – 17 of 17) sorted by relevance
| /third_party/python/Modules/clinic/ |
| D | symtablemodule.c.h | 30 if (!PyUnicode_FSDecoder(args[1], &filename)) { in _symtable_symtable()
|
| /third_party/python/Modules/_io/ |
| D | winconsoleio.c | 76 if (!PyUnicode_FSDecoder(path_or_fd, &decoded)) { in _PyIO_get_console_type() 290 int d = PyUnicode_FSDecoder(nameobj, (void*)&decodedname); in _io__WindowsConsoleIO___init___impl()
|
| D | fileio.c | 270 if (!PyUnicode_FSDecoder(nameobj, &stringobj)) {
|
| /third_party/python/Include/ |
| D | unicodeobject.h | 773 PyAPI_FUNC(int) PyUnicode_FSDecoder(PyObject*, void*);
|
| /third_party/python/Python/clinic/ |
| D | bltinmodule.c.h | 194 if (!PyUnicode_FSDecoder(args[1], &filename)) { in builtin_compile()
|
| /third_party/python/Misc/NEWS.d/ |
| D | 3.6.0a3.rst | 427 PyUnicode_FSDecoder() accepted a filename argument encoded as an iterable of
|
| D | 3.6.0b1.rst | 1343 PyUnicode_FSDecoder().
|
| D | 3.5.3rc1.rst | 1806 PyUnicode_FSDecoder() accepted a filename argument encoded as an iterable of
|
| /third_party/python/PC/ |
| D | python3dll.c | 666 EXPORT_FUNC(PyUnicode_FSDecoder)
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 730 function,PyUnicode_FSDecoder,3.2,
|
| D | refcounts.dat | 2835 PyUnicode_FSDecoder:int::: 2836 PyUnicode_FSDecoder:PyObject*:obj:0: 2837 PyUnicode_FSDecoder:void*:result::
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 5567 if (!PyUnicode_FSDecoder(o, &ub)) in fsconvert_strdup() 5625 if (!PyUnicode_FSDecoder(key, &key2)) in parse_envlist() 5627 if (!PyUnicode_FSDecoder(val, &val2)) { in parse_envlist() 13480 if (!PyUnicode_FSDecoder(self->path, &ub)) in DirEntry_fetch_stat() 13713 if (!PyUnicode_FSDecoder(self->path, &unicode)) in os_DirEntry_inode_impl()
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 1416 function PyUnicode_FSDecoder
|
| D | HISTORY | 12315 - Issue #9542: Create PyUnicode_FSDecoder() function, a ParseTuple converter:
|
| /third_party/python/Doc/c-api/ |
| D | unicode.rst | 865 converter should be used, passing :c:func:`PyUnicode_FSDecoder` as the 868 .. c:function:: int PyUnicode_FSDecoder(PyObject* obj, void* result)
|
| /third_party/python/Doc/whatsnew/ |
| D | 3.6.rst | 1905 * The :c:func:`PyUnicode_FSConverter` and :c:func:`PyUnicode_FSDecoder`
|
| /third_party/python/Objects/ |
| D | unicodeobject.c | 4169 PyUnicode_FSDecoder(PyObject* arg, void* addr) in PyUnicode_FSDecoder() function
|