Searched refs:PyUnicode_DecodeFSDefaultAndSize (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | nismodule.c | 147 key = PyUnicode_DecodeFSDefaultAndSize(inkey, inkeylen); in nis_foreach() 148 val = PyUnicode_DecodeFSDefaultAndSize(inval, invallen); in nis_foreach() 229 res = PyUnicode_DecodeFSDefaultAndSize(match, len); in nis_match()
|
D | posixmodule.c | 1307 wo = PyUnicode_DecodeFSDefaultAndSize( in path_converter() 4213 v = PyUnicode_DecodeFSDefaultAndSize(ep->d_name, NAMLEN(ep)); in _posix_listdir() 8702 return PyUnicode_DecodeFSDefaultAndSize(buffer, length); in os_readlink_impl() 11976 result = PyUnicode_DecodeFSDefaultAndSize(buf, len2-1); in os_confstr_impl() 11980 result = PyUnicode_DecodeFSDefaultAndSize(buffer, len-1); in os_confstr_impl() 13111 PyObject *attribute = PyUnicode_DecodeFSDefaultAndSize(start, in os_listxattr_impl() 14119 entry->name = PyUnicode_DecodeFSDefaultAndSize(name, name_len); in DirEntry_from_posix_info()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | thread.c | 244 value = PyUnicode_DecodeFSDefaultAndSize(buffer, len-1); in PyThread_GetInfo()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 791 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefaultAndSize(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 791 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefaultAndSize(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 791 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefaultAndSize(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 791 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefaultAndSize(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 791 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefaultAndSize(
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | unicode.rst | 781 Use :c:func:`PyUnicode_DecodeFSDefaultAndSize` to decode a string from 868 :class:`str` using :c:func:`PyUnicode_DecodeFSDefaultAndSize`; :class:`str` 878 .. c:function:: PyObject* PyUnicode_DecodeFSDefaultAndSize(const char *s, Py_ssize_t size) 906 Use :c:func:`PyUnicode_DecodeFSDefaultAndSize` if you know the string length.
|
D | sys.rst | 157 The :c:func:`PyUnicode_DecodeFSDefaultAndSize` and
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | refcounts.dat | 2776 PyUnicode_DecodeFSDefaultAndSize:PyObject*::+1: 2777 PyUnicode_DecodeFSDefaultAndSize:const char*:s:: 2778 PyUnicode_DecodeFSDefaultAndSize:Py_ssize_t:size::
|
D | stable_abi.dat | 730 function,PyUnicode_DecodeFSDefaultAndSize,3.2,,
|
D | python3.11.abi | 791 …<elf-symbol name='PyUnicode_DecodeFSDefaultAndSize' type='func-type' binding='global-binding' visi… 10750 …PyUnicode_DecodeFSDefaultAndSize' mangled-name='PyUnicode_DecodeFSDefaultAndSize' filepath='Object…
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 648 EXPORT_FUNC(PyUnicode_DecodeFSDefaultAndSize)
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1486 [function.PyUnicode_DecodeFSDefaultAndSize]
|
D | HISTORY | 12316 decode bytes objects to unicode using PyUnicode_DecodeFSDefaultAndSize(); str 12790 - PyUnicode_DecodeFSDefaultAndSize() uses surrogateescape error handler.
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | unicodeobject.c | 4019 return PyUnicode_DecodeFSDefaultAndSize(s, size); in PyUnicode_DecodeFSDefault() 4023 PyUnicode_DecodeFSDefaultAndSize(const char *s, Py_ssize_t size) in PyUnicode_DecodeFSDefaultAndSize() function 4140 output = PyUnicode_DecodeFSDefaultAndSize(PyBytes_AS_STRING(path_bytes), in PyUnicode_FSDecoder()
|