Home
last modified time | relevance | path

Searched refs:str_path (Results 1 - 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/zlib/google/
H A 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()
H A Dzip_internal.cc349 const std::string& str_path, in ZipOpenNewFileInZip()
357 str_path.c_str(), // filename in ZipOpenNewFileInZip()
374 DLOG(ERROR) << "Could not open zip file entry " << str_path; in ZipOpenNewFileInZip()
348 ZipOpenNewFileInZip(zipFile zip_file, const std::string& str_path, base::Time last_modified_time) ZipOpenNewFileInZip() argument
H A Dzip_internal.h65 const std::string& str_path,
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_writer.cc65 std::string str_path = path.AsUTF8Unsafe(); in OpenNewFileEntry() local
68 base::ReplaceSubstringsAfterOffset(&str_path, 0u, "\\", "/"); in OpenNewFileEntry()
74 str_path += "/"; in OpenNewFileEntry()
79 return zip::internal::ZipOpenNewFileInZip(zip_file_, str_path, last_modified, in OpenNewFileEntry()
H A Dzip_internal.cc355 const std::string& str_path, in ZipOpenNewFileInZip()
365 /*filename=*/str_path.c_str(), in ZipOpenNewFileInZip()
385 DLOG(ERROR) << "Cannot open ZIP file entry '" << str_path in ZipOpenNewFileInZip()
354 ZipOpenNewFileInZip(zipFile zip_file, const std::string& str_path, base::Time last_modified_time, Compression compression) ZipOpenNewFileInZip() argument
H A Dzip_internal.h71 const std::string& str_path,
/third_party/node/deps/zlib/google/
H A Dzip_writer.cc65 std::string str_path = path.AsUTF8Unsafe(); in OpenNewFileEntry() local
68 base::ReplaceSubstringsAfterOffset(&str_path, 0u, "\\", "/"); in OpenNewFileEntry()
74 str_path += "/"; in OpenNewFileEntry()
79 return zip::internal::ZipOpenNewFileInZip(zip_file_, str_path, last_modified, in OpenNewFileEntry()
H A Dzip_internal.cc356 const std::string& str_path, in ZipOpenNewFileInZip()
366 /*filename=*/str_path.c_str(), in ZipOpenNewFileInZip()
386 DLOG(ERROR) << "Cannot open ZIP file entry '" << str_path in ZipOpenNewFileInZip()
355 ZipOpenNewFileInZip(zipFile zip_file, const std::string& str_path, base::Time last_modified_time, Compression compression) ZipOpenNewFileInZip() argument
H A Dzip_internal.h71 const std::string& str_path,
/third_party/python/Lib/importlib/resources/
H A D_legacy.py36 str_path = str(path)
37 parent, file_name = os.path.split(str_path)
/third_party/python/Modules/
H A D_tkinter.c684 PyObject *str_path; in Tkapp_New() local
690 str_path = _get_tcl_lib_path(); in Tkapp_New()
691 if (str_path == NULL && PyErr_Occurred()) { in Tkapp_New()
694 if (str_path != NULL) { in Tkapp_New()
695 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
3400 PyObject *str_path; in PyInit__tkinter() local
3407 str_path = _get_tcl_lib_path(); in PyInit__tkinter()
3408 if (str_path == NULL && PyErr_Occurred()) { in PyInit__tkinter()
3412 if (str_path != NULL) { in PyInit__tkinter()
3413 wcs_path = PyUnicode_AsWideCharString(str_path, NUL in PyInit__tkinter()
[all...]

Completed in 9 milliseconds