Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeFSDefault (Results 1 – 25 of 30) sorted by relevance

12

/aosp_15_r20/external/python/cpython3/Modules/
Dgrpmodule.c69 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()
Dspwdmodule.c80 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
Dpwdmodule.c70 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
Dmain.c409 startup = PyUnicode_DecodeFSDefault(env); in pymain_run_startup()
Dsocketmodule.c1353 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);
Dposixmodule.c3109 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.c2134 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/
Ddynload_hpux.c39 PyObject *buf_ob = PyUnicode_DecodeFSDefault(buf); in _PyImport_FindSharedFuncptr()
47 PyObject *pathname_ob = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
Dpythonrun.c96 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()
Derrors.c855 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()
Ddynload_shlib.c97 path = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
D_warnings.c1234 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicit()
1264 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicitFormat()
Dimport.c692 cpathobj = PyUnicode_DecodeFSDefault(cpathname); in PyImport_ExecCodeModuleWithPathnames()
700 pathobj = PyUnicode_DecodeFSDefault(pathname); in PyImport_ExecCodeModuleWithPathnames()
Dfileutils.c1520 PyObject *pathname_obj = PyUnicode_DecodeFSDefault(pathname); in _Py_open_impl()
/aosp_15_r20/external/python/cpython3/Doc/includes/
Drun-func.c17 pName = PyUnicode_DecodeFSDefault(argv[1]); in main()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h780 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c647 EXPORT_FUNC(PyUnicode_DecodeFSDefault)
/aosp_15_r20/external/python/cpython3/Doc/data/
Dstable_abi.dat729 function,PyUnicode_DecodeFSDefault,3.2,,
Drefcounts.dat2780 PyUnicode_DecodeFSDefault:PyObject*::+1:
2781 PyUnicode_DecodeFSDefault:const char*:s::
/aosp_15_r20/external/python/cpython3/Doc/extending/
Dembedding.rst174 pName = PyUnicode_DecodeFSDefault(argv[1]);
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c673 filename_ob = PyUnicode_DecodeFSDefault(filename); in PyCode_NewEmpty()

12