Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/util/src/
H A 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()
155 std::string realPath = GetRealPath(zipPath_); in GetFileEntryOffset()
157 LOG(ERROR) << "Invalid path " << zipPath_; in GetFileEntryOffset()
162 LOG(ERROR) << "Cannot open package " << zipPath_; in GetFileEntryOffset()
[all …]
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_zip_helper.h46 std::string zipPath_; variable