Searched refs:PyUnicode_DecodeFSDefault (Results 1 – 25 of 30) sorted by relevance
12
| /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 | 101 filename = PyUnicode_DecodeFSDefault(filename_str); in PyRun_InteractiveLoopFlags() 298 filename = PyUnicode_DecodeFSDefault(filename_str); in PyRun_InteractiveOneFlags() 355 filename_obj = PyUnicode_DecodeFSDefault(filename); in set_main_loader() 397 f = PyUnicode_DecodeFSDefault(filename); in PyRun_SimpleFileExFlags() 1094 filename = PyUnicode_DecodeFSDefault(filename_str); in PyRun_FileExFlags() 1283 filename = PyUnicode_DecodeFSDefault(filename_str); in Py_CompileStringExFlags() 1388 filename = PyUnicode_DecodeFSDefault(filename_str); in Py_SymtableString() 1433 filename = PyUnicode_DecodeFSDefault(filename_str); in PyParser_ASTFromString() 1481 filename = PyUnicode_DecodeFSDefault(filename_str); in PyParser_ASTFromFile()
|
| D | dynload_shlib.c | 117 path = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
|
| D | future.c | 152 filename = PyUnicode_DecodeFSDefault(filename_str); in PyFuture_FromAST()
|
| D | dynload_aix.c | 151 pathname_ob = PyUnicode_DecodeFSDefault(pathname); in aix_loaderror()
|
| D | errors.c | 770 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromErrnoWithFilename() 878 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetExcFromWindowsErrWithFilename() 916 PyObject *name = filename ? PyUnicode_DecodeFSDefault(filename) : NULL; in PyErr_SetFromWindowsErrWithFilename() 1628 fileobj = PyUnicode_DecodeFSDefault(filename); in PyErr_SyntaxLocationEx()
|
| D | _warnings.c | 1232 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicit() 1262 PyObject *filename = PyUnicode_DecodeFSDefault(filename_str); in PyErr_WarnExplicitFormat()
|
| D | fileutils.c | 1277 PyObject *pathname_obj = PyUnicode_DecodeFSDefault(pathname); in _Py_open_impl() 1397 PyObject *pathname_obj = PyUnicode_DecodeFSDefault(pathname); in _Py_fopen()
|
| D | import.c | 971 cpathobj = PyUnicode_DecodeFSDefault(cpathname); in PyImport_ExecCodeModuleWithPathnames() 979 pathobj = PyUnicode_DecodeFSDefault(pathname); in PyImport_ExecCodeModuleWithPathnames()
|
| D | symtable.c | 353 filename = PyUnicode_DecodeFSDefault(filename_str); in PySymtable_Build()
|
| /external/python/cpython3/Modules/ |
| D | grpmodule.c | 70 PyObject *x = PyUnicode_DecodeFSDefault(*member); in mkgrent() 81 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_name)); in mkgrent() 83 SET(setIndex++, PyUnicode_DecodeFSDefault(p->gr_passwd)); in mkgrent()
|
| D | _peg_parser.c | 69 PyObject *filename_ob = PyUnicode_DecodeFSDefault(filename); in _Py_compile_string()
|
| D | spwdmodule.c | 70 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
|
| D | pwdmodule.c | 72 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
|
| D | main.c | 407 startup_obj = PyUnicode_DecodeFSDefault(startup); in pymain_run_startup()
|
| D | socketmodule.c | 1369 return PyUnicode_DecodeFSDefault(a->sun_path); in makesockaddr() 1552 return Py_BuildValue("O&kk", PyUnicode_DecodeFSDefault, in makesockaddr() 1561 return Py_BuildValue("O&KkB", PyUnicode_DecodeFSDefault, in makesockaddr() 1570 return Py_BuildValue("(O&)", PyUnicode_DecodeFSDefault, in makesockaddr() 5473 return PyUnicode_DecodeFSDefault(buf); 5559 return PyUnicode_DecodeFSDefault(name); 6835 ni[i].if_index, PyUnicode_DecodeFSDefault, ni[i].if_name); 6904 return PyUnicode_DecodeFSDefault(name);
|
| D | posixmodule.c | 3011 PyObject *res = PyUnicode_DecodeFSDefault(buffer); in os_ttyname_impl() 3038 return PyUnicode_DecodeFSDefault(buffer); in os_ctermid_impl() 3763 obj = PyUnicode_DecodeFSDefault(buf); in posix_getcwd() 4949 PyObject *o = PyUnicode_DecodeFSDefault(field); \ in os_uname_impl() 7735 result = PyUnicode_DecodeFSDefault(name); in os_getlogin_impl() 13689 entry->path = PyUnicode_DecodeFSDefault(joined_path); in DirEntry_from_posix_info()
|
| D | _ssl.c | 2185 return PyUnicode_DecodeFSDefault(short_name); in _ssl__SSLSocket_compression_impl() 5451 else if ((target = PyUnicode_DecodeFSDefault(tmp)) == NULL) { \ in _ssl_get_default_verify_paths_impl()
|
| /external/python/cpython3/Doc/includes/ |
| D | run-func.c | 17 pName = PyUnicode_DecodeFSDefault(argv[1]); in main()
|
| /external/python/cpython3/Parser/ |
| D | parsetok.c | 131 filename = PyUnicode_DecodeFSDefault(filename_str); in PyParser_ParseStringFlagsFilenameEx() 200 fileobj = PyUnicode_DecodeFSDefault(filename); in PyParser_ParseFileFlagsEx()
|
| /external/python/cpython3/Include/ |
| D | unicodeobject.h | 764 PyAPI_FUNC(PyObject*) PyUnicode_DecodeFSDefault(
|
| /external/python/cpython3/PC/ |
| D | python3.def | 659 PyUnicode_DecodeFSDefault=python39.PyUnicode_DecodeFSDefault
|
| /external/python/cpython3/Objects/ |
| D | codeobject.c | 344 filename_ob = PyUnicode_DecodeFSDefault(filename); in PyCode_NewEmpty()
|
| /external/python/cpython3/Doc/extending/ |
| D | embedding.rst | 174 pName = PyUnicode_DecodeFSDefault(argv[1]);
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2866 PyUnicode_DecodeFSDefault:PyObject*::+1: 2867 PyUnicode_DecodeFSDefault:const char*:s::
|
12