Home
last modified time | relevance | path

Searched refs:PyUnicode_EncodeFSDefault (Results 1 – 25 of 27) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Modules/
Dspwdmodule.c145 if ((bytes = PyUnicode_EncodeFSDefault(arg)) == NULL) in spwd_getspnam_impl()
Dpwdmodule.c220 if ((bytes = PyUnicode_EncodeFSDefault(name)) == NULL) in pwd_getpwnam_impl()
Dgrpmodule.c198 if ((bytes = PyUnicode_EncodeFSDefault(name)) == NULL) in grp_getgrnam_impl()
Dnismodule.c203 if ((bkey = PyUnicode_EncodeFSDefault(ukey)) == NULL) { in nis_match()
Dposixmodule.c3827 Py_SETREF(resobj, PyUnicode_EncodeFSDefault(resobj)); in posix_getcwd()
4087 Py_SETREF(v, PyUnicode_EncodeFSDefault(v)); in _listdir_windows_no_opendir()
4351 Py_SETREF(str, PyUnicode_EncodeFSDefault(str)); in os__getfullpathname_impl()
4424 Py_SETREF(result, PyUnicode_EncodeFSDefault(result)); in os__getfinalpathname_impl()
4476 Py_SETREF(result, PyUnicode_EncodeFSDefault(result)); in os__getvolumepathname_impl()
8766 Py_SETREF(result, PyUnicode_EncodeFSDefault(result)); in os_readlink_impl()
14024 Py_SETREF(entry->name, PyUnicode_EncodeFSDefault(entry->name)); in DirEntry_from_find_data()
14038 Py_SETREF(entry->path, PyUnicode_EncodeFSDefault(entry->path)); in DirEntry_from_find_data()
Dgcmodule.c2138 if (!repr || !(bytes = PyUnicode_EncodeFSDefault(repr))) in _PyGC_DumpShutdownStats()
D_tkinter.c3396 cexe = PyUnicode_EncodeFSDefault(uexe); in PyInit__tkinter()
Dsocketmodule.c1693 if ((args = PyUnicode_EncodeFSDefault(args)) == NULL) in getsockaddrarg()
/aosp_15_r20/external/python/cpython3/Python/
Dimportdl.c136 pathbytes = PyUnicode_EncodeFSDefault(path); in _PyImport_LoadDynamicModuleWithSpec()
Dtraceback.c318 filebytes = PyUnicode_EncodeFSDefault(filename); in _Py_FindSourceFile()
348 path = PyUnicode_EncodeFSDefault(v); in _Py_FindSourceFile()
Dfileutils.c1265 bytes = PyUnicode_EncodeFSDefault(path); in _Py_stat()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h803 PyAPI_FUNC(PyObject*) PyUnicode_EncodeFSDefault(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h803 PyAPI_FUNC(PyObject*) PyUnicode_EncodeFSDefault(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h803 PyAPI_FUNC(PyObject*) PyUnicode_EncodeFSDefault(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h803 PyAPI_FUNC(PyObject*) PyUnicode_EncodeFSDefault(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h803 PyAPI_FUNC(PyObject*) PyUnicode_EncodeFSDefault(
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c665 EXPORT_FUNC(PyUnicode_EncodeFSDefault)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat747 function,PyUnicode_EncodeFSDefault,3.2,,
Drefcounts.dat2783 PyUnicode_EncodeFSDefault:PyObject*::+1:
2784 PyUnicode_EncodeFSDefault:PyObject*:unicode:0:
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dunicode.rst817 Use :c:func:`PyUnicode_EncodeFSDefault` to encode a string to
851 :c:func:`PyUnicode_EncodeFSDefault`; :class:`bytes` objects are output as-is.
912 .. c:function:: PyObject* PyUnicode_EncodeFSDefault(PyObject *unicode)
Dsys.rst199 The :c:func:`PyUnicode_EncodeFSDefault` and
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1566 [function.PyUnicode_EncodeFSDefault]
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.5.0a1.rst56 PyUnicode_EncodeFSDefault(), PyUnicode_EncodeMBCS() and
58 Unicode object. For PyUnicode_EncodeFSDefault(), it was already the case on
D3.8.0a1.rst8789 :c:func:`PyUnicode_EncodeFSDefault` on error handling.
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c3786 PyUnicode_EncodeFSDefault(PyObject *unicode) in PyUnicode_EncodeFSDefault() function
4078 output = PyUnicode_EncodeFSDefault(path); in PyUnicode_FSConverter()

12