Searched refs:PyUnicode_DecodeFSDefault (Results 1 – 25 of 30) sorted by relevance
12
/aosp_15_r20/external/python/cpython3/Modules/ |
D | grpmodule.c | 69 PyObject *x = PyUnicode_DecodeFSDefault(*member); in mkgrent() 80 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_name)); in mkgrent() 82 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_passwd)); in mkgrent()
|
D | spwdmodule.c | 80 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
|
D | pwdmodule.c | 70 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
|
D | main.c | 409 startup = PyUnicode_DecodeFSDefault(env); in pymain_run_startup()
|
D | socketmodule.c | 1353 return PyUnicode_DecodeFSDefault(a->sun_path); in makesockaddr() 1536 return Py_BuildValue("O&kk", PyUnicode_DecodeFSDefault, in makesockaddr() 1545 return Py_BuildValue("O&KIB", PyUnicode_DecodeFSDefault, in makesockaddr() 1554 return Py_BuildValue("(O&)", PyUnicode_DecodeFSDefault, in makesockaddr() 5514 return PyUnicode_DecodeFSDefault(buf); 6876 ni[i].if_index, PyUnicode_DecodeFSDefault, ni[i].if_name); 6945 return PyUnicode_DecodeFSDefault(name);
|
D | posixmodule.c | 3109 PyObject *res = PyUnicode_DecodeFSDefault(buffer); in os_ttyname_impl() 3136 return PyUnicode_DecodeFSDefault(buffer); in os_ctermid_impl() 3872 obj = PyUnicode_DecodeFSDefault(buf); in posix_getcwd() 5176 PyObject *o = PyUnicode_DecodeFSDefault(field); \ in os_uname_impl() 7978 result = PyUnicode_DecodeFSDefault(name); in os_getlogin_impl() 14121 entry->path = PyUnicode_DecodeFSDefault(joined_path); in DirEntry_from_posix_info()
|
D | _ssl.c | 2134 return PyUnicode_DecodeFSDefault(short_name); in _ssl__SSLSocket_compression_impl() 5252 else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \ in _ssl_get_default_verify_paths_impl()
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | dynload_hpux.c | 39 PyObject *buf_ob = PyUnicode_DecodeFSDefault(buf); in _PyImport_FindSharedFuncptr() 47 PyObject *pathname_ob = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
|
D | pythonrun.c | 96 filename_obj = PyUnicode_DecodeFSDefault(filename); in PyRun_AnyFileExFlags() 170 PyObject *filename_obj = PyUnicode_DecodeFSDefault(filename); in PyRun_InteractiveLoopFlags() 290 filename = PyUnicode_DecodeFSDefault(filename_str); in PyRun_InteractiveOneFlags() 469 PyObject *filename_obj = PyUnicode_DecodeFSDefault(filename); in PyRun_SimpleFileExFlags() 1645 PyObject *filename_obj = PyUnicode_DecodeFSDefault(filename); in PyRun_FileExFlags() 1813 filename = PyUnicode_DecodeFSDefault(filename_str); in Py_CompileStringExFlags()
|
D | errors.c | 855 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromErrnoWithFilename() 952 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetExcFromWindowsErrWithFilename() 976 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromWindowsErrWithFilename() 1735 fileobj = PyUnicode_DecodeFSDefault(filename); in PyErr_SyntaxLocationEx() 1801 PyObject *filename_obj = PyUnicode_DecodeFSDefault(filename); in PyErr_ProgramText()
|
D | dynload_shlib.c | 97 path = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
|
D | _warnings.c | 1234 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicit() 1264 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicitFormat()
|
D | import.c | 692 cpathobj = PyUnicode_DecodeFSDefault(cpathname); in PyImport_ExecCodeModuleWithPathnames() 700 pathobj = PyUnicode_DecodeFSDefault(pathname); in PyImport_ExecCodeModuleWithPathnames()
|
D | fileutils.c | 1520 PyObject *pathname_obj = PyUnicode_DecodeFSDefault(pathname); in _Py_open_impl()
|
/aosp_15_r20/external/python/cpython3/Doc/includes/ |
D | run-func.c | 17 pName = PyUnicode_DecodeFSDefault(argv[1]); in main()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | unicodeobject.h | 780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | unicodeobject.h | 780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
|
/aosp_15_r20/external/python/cpython3/Include/ |
D | unicodeobject.h | 780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | unicodeobject.h | 780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | unicodeobject.h | 780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 647 EXPORT_FUNC(PyUnicode_DecodeFSDefault)
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 729 function,PyUnicode_DecodeFSDefault,3.2,,
|
D | refcounts.dat | 2780 PyUnicode_DecodeFSDefault:PyObject*::+1: 2781 PyUnicode_DecodeFSDefault:const char*:s::
|
/aosp_15_r20/external/python/cpython3/Doc/extending/ |
D | embedding.rst | 174 pName = PyUnicode_DecodeFSDefault(argv[1]);
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | codeobject.c | 673 filename_ob = PyUnicode_DecodeFSDefault(filename); in PyCode_NewEmpty()
|
12