Home | History | Annotate | Download | only in updater

Lines Matching defs:zip_path

407   const std::string& zip_path = args[0];
415 bool success = ExtractPackageRecursive(za, zip_path, dest_path, &timestamp, sehandle);
439 const std::string& zip_path = args[0];
443 ZipString zip_string_path(zip_path.c_str());
446 LOG(ERROR) << name << ": no " << zip_path << " in package";
460 LOG(ERROR) << name << ": Failed to extract entry \"" << zip_path << "\" ("
483 const std::string& zip_path = args[0];
486 ZipString zip_string_path(zip_path.c_str());
490 zip_path.c_str());
500 zip_path.c_str(), buffer.size(), ErrorCodeString(ret));