Home | History | Annotate | Download | only in webdriver

Lines Matching refs:error_msg

54                   std::string* error_msg) {
57 *error_msg = "Unable to create temp dir";
63 *error_msg = "Could not write file to temp dir";
67 *error_msg = "Could not unzip archive";
77 std::string* error_msg) {
80 *error_msg = "Could not decode base64 zip data";
83 return UnzipArchive(unzip_dir, zip_data, error_msg);
167 std::string* error_msg) {
172 *error_msg = "Invalid file header signature";
176 *error_msg = "Invalid version";
180 *error_msg = "Invalid bit flag";
184 *error_msg = "Invalid compression method";
188 *error_msg = "Invalid file last modified time";
192 *error_msg = "Invalid file last modified date";
196 *error_msg = "Invalid crc";
201 *error_msg = "Invalid compressed size";
205 *error_msg = "Invalid compressed size";
210 *error_msg = "Invalid name length";
215 *error_msg = "Invalid field length";
219 *error_msg = "Invalid name";
223 *error_msg = "Invalid fields";
229 *error_msg = "Too small for data descriptor";
234 *error_msg = "Invalid compressed data before descriptor";
239 *error_msg = "Invalid data descriptor signature";
243 *error_msg = "Invalid crc";
247 *error_msg = "Invalid compressed size";
251 *error_msg = "Compressed data does not match data descriptor";
255 *error_msg = "Invalid compressed size";
261 *error_msg = "Invalid compressed data";
265 *error_msg = "Leftover data after zip entry";
350 std::string* error_msg) {
354 *error_msg = "Error while reading zip entry: " + zip_error_msg;
358 return UnzipArchive(unzip_dir, archive, error_msg);
366 std::string* error_msg) {
370 *error_msg = base::StringPrintf(
380 *error_msg = "Zip contained 0 files";
385 *error_msg = "Zip contained multiple files";