Lines Matching defs:zip_path
129 const std::string& zip_path = args[0];
133 ZipString zip_string_path(zip_path.c_str());
136 LOG(ERROR) << name << ": no " << zip_path << " in package";
150 LOG(ERROR) << name << ": Failed to extract entry \"" << zip_path << "\" ("
174 const std::string& zip_path = args[0];
177 ZipString zip_string_path(zip_path.c_str());
181 zip_path.c_str());
192 zip_path.c_str(), buffer.size(), ErrorCodeString(ret));