Home
last modified time | relevance | path

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

12

/external/python/cpython3/Modules/
Dreadline.c252 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes)) in readline_read_init_file_impl()
283 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes)) in readline_read_history_file_impl()
317 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes)) in readline_write_history_file_impl()
358 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes)) in readline_append_history_file_impl()
D_posixsubprocess.c1086 if (PyUnicode_FSConverter(borrowed_arg, &converted_arg) == 0) in subprocess_fork_exec_impl()
1105 if (PyUnicode_FSConverter(cwd_obj, &cwd_obj2) == 0) in subprocess_fork_exec_impl()
D_dbmmodule.c555 if (!PyUnicode_FSConverter(filename, &filenamebytes)) { in dbmopen_impl()
D_localemodule.c773 if (!PyUnicode_FSConverter(dirname_obj, &dirname_bytes)) in _locale_bindtextdomain_impl()
D_gdbmmodule.c737 if (!PyUnicode_FSConverter(filename, &filenamebytes)) { in dbmopen_impl()
D_ssl.c4038 if (!PyUnicode_FSConverter(certfile, &certfile_bytes)) { in _ssl__SSLContext_load_cert_chain_impl()
4045 if (keyfile && !PyUnicode_FSConverter(keyfile, &keyfile_bytes)) { in _ssl__SSLContext_load_cert_chain_impl()
4252 if (cafile && !PyUnicode_FSConverter(cafile, &cafile_bytes)) { in _ssl__SSLContext_load_verify_locations_impl()
4259 if (capath && !PyUnicode_FSConverter(capath, &capath_bytes)) { in _ssl__SSLContext_load_verify_locations_impl()
4544 if (!PyUnicode_FSConverter(name, &name_bytes)) in _ssl__SSLContext_set_ecdh_curve_impl()
Dsocketmodule.c2241 PyUnicode_FSConverter, &interfaceName)) in getsockaddrarg()
2284 if (!PyArg_ParseTuple(args, "O&kk", PyUnicode_FSConverter, in getsockaddrarg()
2331 if (!PyArg_ParseTuple(args, "O&KIB", PyUnicode_FSConverter, in getsockaddrarg()
2390 PyUnicode_FSConverter, &ctl_name)) { in getsockaddrarg()
5661 PyUnicode_FSConverter, &hnobj))
Dposixmodule.c6727 if (!PyUnicode_FSConverter(o, &ub)) in fsconvert_strdup()
6801 if (!PyUnicode_FSConverter(key, &key2)) in parse_envlist()
6803 if (!PyUnicode_FSConverter(val, &val2)) { in parse_envlist()
7239 &tag_obj, &fd, PyUnicode_FSConverter, &path, in parse_file_actions()
15614 if (!PyUnicode_FSConverter(self->path, &ub)) in DirEntry_fetch_stat()
/external/python/cpython3/Modules/clinic/
Dsocketmodule.c.h244 if (!PyUnicode_FSConverter(arg, &oname)) { in _socket_socket_if_nametoindex()
Dposixmodule.c.h3194 if (!PyUnicode_FSConverter(args[0], &command)) { in os_system()
5201 if (!PyUnicode_FSConverter(args[0], &oname)) { in os_initgroups()
5247 if (!PyUnicode_FSConverter(args[0], &oname)) { in os_initgroups()
9122 if (!PyUnicode_FSConverter(args[0], &name)) { in os_putenv()
9125 if (!PyUnicode_FSConverter(args[1], &value)) { in os_putenv()
9194 if (!PyUnicode_FSConverter(arg, &name)) { in os_unsetenv()
10939 if (!PyUnicode_FSConverter(args[0], &name)) { in os_memfd_create()
D_ssl.c.h52 if (!PyUnicode_FSConverter(arg, &path)) { in _ssl__test_decode_cert()
/external/python/cpython3/Misc/
Dvalgrind-python.supp510 fun:PyUnicode_FSConverter
532 fun:PyUnicode_FSConverter
Dstable_abi.toml1523 [function.PyUnicode_FSConverter]
/external/python/cpython3/Include/
Dunicodeobject.h743 PyAPI_FUNC(int) PyUnicode_FSConverter(PyObject*, void*);
/external/python/cpython3/Modules/_ctypes/
Dcallproc.c1532 if (PyUnicode_FSConverter(name, &name2) == 0) in py_dyld_shared_cache_contains_path()
1568 if (PyUnicode_FSConverter(name, &name2) == 0) in py_dl_open()
/external/python/cpython3/Modules/_io/
Dfileio.c298 if (!PyUnicode_FSConverter(nameobj, &stringobj)) {
/external/python/cpython3/PC/
Dpython3dll.c721 EXPORT_FUNC(PyUnicode_FSConverter)
/external/python/cpython3/Doc/data/
Dstable_abi.dat778 func,PyUnicode_FSConverter,3.2,,
Drefcounts.dat2806 PyUnicode_FSConverter:int:::
2807 PyUnicode_FSConverter:PyObject*:obj:0:
2808 PyUnicode_FSConverter:void*:result::
/external/python/cpython3/Doc/c-api/
Dunicode.rst789 converter should be used, passing :c:func:`PyUnicode_FSConverter` as the
792 .. c:function:: int PyUnicode_FSConverter(PyObject* obj, void* result)
938 :c:func:`PyUnicode_FSConverter` for encoding file names. This uses the
Darg.rst93 preferable to use the ``O&`` format with :c:func:`PyUnicode_FSConverter`
/external/python/cpython3/Modules/_sqlite/
Dconnection.c242 if (!PyUnicode_FSConverter(database, &bytes)) { in pysqlite_connection_init_impl()
/external/python/cpython3/Python/
Dfileutils.c1811 if (!PyUnicode_FSConverter(path, &bytes)) in _Py_fopen_obj()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst1342 Add support for path-like objects in PyUnicode_FSConverter() &
/external/python/cpython3/Lib/test/
Dclinic.test.c49 if (!PyUnicode_FSConverter(args[1], &b)) { in test_object_converter()
101 if (!PyUnicode_FSConverter(args[1], &b)) { in cloned()

12