Home
last modified time | relevance | path

Searched refs:zipPath_ (Results 1 – 2 of 2) sorted by relevance

/base/update/sys_installer/services/module_update/util/src/
Dmodule_zip_helper.cpp71 zipPath_ = path; in ModuleZipHelper()
79 LOG(WARNING) << "Close handle error " << err << ". path=" << zipPath_; in ~ModuleZipHelper()
87 LOG(ERROR) << "Cannot get entry number with invalid handle. path=" << zipPath_; in GetNumberOfEntry()
93 LOG(ERROR) << "Get global info error " << err << ". path=" << zipPath_; in GetNumberOfEntry()
103 LOG(ERROR) << "Cannot locate file with invalid handle. path=" << zipPath_; in LocateFile()
108 LOG(ERROR) << filename << " is not found in " << zipPath_; in LocateFile()
120 LOG(ERROR) << "Cannot get file size without located file. path=" << zipPath_; in GetFileSize()
126 LOG(ERROR) << "Get file size error " << err << ". " << filename_ << " in " << zipPath_; in GetFileSize()
136 LOG(ERROR) << "Cannot get file offset without located file. path=" << zipPath_; in GetFileOffset()
142 LOG(ERROR) << "Get file pos error " << err << ". " << filename_ << " in " << zipPath_; in GetFileOffset()
[all …]
/base/update/sys_installer/services/module_update/util/include/
Dmodule_zip_helper.h46 std::string zipPath_; variable