Home
last modified time | relevance | path

Searched refs:utf8_path (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/c/system/
Dthunks.cc71 base::StringPiece utf8_path(options->mojo_core_path, in CoreLibraryInitializer() local
73 library_path.emplace(base::FilePath::FromUTF8Unsafe(utf8_path)); in CoreLibraryInitializer()
/external/python/setuptools/setuptools/command/
Degg_info.py494 utf8_path = unicode_utils.try_encode(u_path, "utf-8")
495 if utf8_path is None:
501 if os.path.exists(u_path) or os.path.exists(utf8_path):
/external/python/cpython3/Modules/
D_tkinter.c763 PyObject *utf8_path; in Tkapp_New() local
773 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
774 if (utf8_path == NULL) { in Tkapp_New()
779 PyBytes_AS_STRING(utf8_path), in Tkapp_New()
781 Py_DECREF(utf8_path); in Tkapp_New()