Home
last modified time | relevance | path

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

/external/chromium_org/third_party/zlib/google/
Dzip.cc57 std::string str_path = relative_path.AsUTF8Unsafe(); in AddEntryToZip() local
59 ReplaceSubstringsAfterOffset(&str_path, 0u, "\\", "/"); in AddEntryToZip()
64 str_path += "/"; in AddEntryToZip()
67 if (!zip::internal::ZipOpenNewFileInZip(zip_file, str_path, &file_info)) in AddEntryToZip()
76 DLOG(ERROR) << "Could not close zip file entry " << str_path; in AddEntryToZip()
Dzip_internal.cc348 const std::string& str_path, in ZipOpenNewFileInZip() argument
356 str_path.c_str(), // filename in ZipOpenNewFileInZip()
373 DLOG(ERROR) << "Could not open zip file entry " << str_path; in ZipOpenNewFileInZip()
Dzip_internal.h65 const std::string& str_path,