Home
last modified time | relevance | path

Searched refs:str_path (Results 1 – 4 of 4) sorted by relevance

/external/zlib/google/
Dzip_writer.cc44 std::string str_path = path.AsUTF8Unsafe(); in OpenNewFileEntry() local
46 base::ReplaceSubstringsAfterOffset(&str_path, 0u, "\\", "/"); in OpenNewFileEntry()
49 str_path += "/"; in OpenNewFileEntry()
51 return zip::internal::ZipOpenNewFileInZip(zip_file, str_path, last_modified); in OpenNewFileEntry()
Dzip_internal.cc349 const std::string& str_path, in ZipOpenNewFileInZip() argument
357 str_path.c_str(), // filename in ZipOpenNewFileInZip()
374 DLOG(ERROR) << "Could not open zip file entry " << str_path; in ZipOpenNewFileInZip()
Dzip_internal.h65 const std::string& str_path,
/external/python/cpython3/Modules/
D_tkinter.c762 PyObject *str_path; in Tkapp_New() local
768 str_path = _get_tcl_lib_path(); in Tkapp_New()
769 if (str_path == NULL && PyErr_Occurred()) { in Tkapp_New()
772 if (str_path != NULL) { in Tkapp_New()
773 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
3545 PyObject *str_path; in PyInit__tkinter() local
3552 str_path = _get_tcl_lib_path(); in PyInit__tkinter()
3553 if (str_path == NULL && PyErr_Occurred()) { in PyInit__tkinter()
3557 if (str_path != NULL) { in PyInit__tkinter()
3558 wcs_path = PyUnicode_AsWideCharString(str_path, NULL); in PyInit__tkinter()