HomeSort by relevance Sort by last modified time
    Searched refs:PyUnicode_FSConverter (Results 1 - 15 of 15) sorted by null

  /external/python/cpython3/Misc/
valgrind-python.supp 456 fun:PyUnicode_FSConverter
478 fun:PyUnicode_FSConverter
  /external/python/cpython3/Modules/
_posixsubprocess.c 624 /* tuple(PyUnicode_FSConverter(arg) for arg in process_args) */
635 if (PyUnicode_FSConverter(borrowed_arg, &converted_arg) == 0)
664 if (PyUnicode_FSConverter(cwd_obj, &cwd_obj2) == 0)
readline.c 184 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes))
210 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes))
239 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes))
275 if (!PyUnicode_FSConverter(filename_obj, &filename_bytes))
    [all...]
_localemodule.c 532 if (!PyUnicode_FSConverter(dirname_obj, &dirname_bytes))
_ssl.c     [all...]
posixmodule.c 743 * to bytes using PyUnicode_FSConverter, then we
942 if (!PyUnicode_FSConverter(o, &bytes)) {
    [all...]
socketmodule.c     [all...]
_testcapimodule.c     [all...]
  /external/python/cpython3/Modules/clinic/
_ssl.c.h 39 if (!PyArg_Parse(arg, "O&:_test_decode_cert", PyUnicode_FSConverter, &path)) {
973 if (!PyArg_Parse(arg, "O&:RAND_egd", PyUnicode_FSConverter, &path)) {
    [all...]
posixmodule.c.h     [all...]
  /external/python/cpython3/Modules/_io/
fileio.c 291 if (!PyUnicode_FSConverter(nameobj, &stringobj)) {
    [all...]
  /external/python/cpython3/Include/
unicodeobject.h     [all...]
  /external/python/cpython3/Python/
fileutils.c 1121 if (!PyUnicode_FSConverter(path, &bytes))
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c     [all...]
  /external/python/cpython3/Objects/
unicodeobject.c     [all...]

Completed in 1252 milliseconds