HomeSort by relevance Sort by last modified time
    Searched refs:zip_error_msg (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/test/chromedriver/
util.cc 364 std::string zip_error_msg; local
365 if (!ZipEntry::FromBytes(bytes, &entry, &zip_error_msg))
366 return Status(kUnknownError, zip_error_msg);
  /external/chromium_org/chrome/test/webdriver/
webdriver_util.cc 352 std::string zip_error_msg; local
353 if (!ZipEntry::FromBytes(bytes, &entry, &zip_error_msg)) {
354 *error_msg = "Error while reading zip entry: " + zip_error_msg;

Completed in 58 milliseconds