Searched refs:str_path (Results 1 – 3 of 3) sorted by relevance
57 std::string str_path = relative_path.AsUTF8Unsafe(); in AddEntryToZip() local59 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()
348 const std::string& str_path, in ZipOpenNewFileInZip() argument356 str_path.c_str(), // filename in ZipOpenNewFileInZip()373 DLOG(ERROR) << "Could not open zip file entry " << str_path; in ZipOpenNewFileInZip()
65 const std::string& str_path,