Searched refs:fileName_ (Results 1 – 10 of 10) sorted by relevance
/base/request/request/download/interfaces/kits/js/napi/download_single/src/ |
D | download_info.cpp | 24 …description_(""), downloadedBytes_(0), downloadId_(0), failedReason_(ERROR_UNKNOWN), fileName_(""), in DownloadInfo() 51 fileName_ = fileName; in SetFileName() 121 return fileName_; in GetFileName() 180 DOWNLOAD_HILOGD("fileName: %{public}s", fileName_.c_str()); in Dump()
|
/base/update/updater/services/package/pkg_package/ |
D | pkg_upgradefile.cpp | 375 "outStream or inStream null for %s", fileName_.c_str()); in EncodeHeader() 384 … == PKG_SUCCESS, return PKG_INVALID_PARAM, "outStream or inStream null for %s", fileName_.c_str()); in EncodeHeader() 386 … == PKG_SUCCESS, return PKG_INVALID_PARAM, "outStream or inStream null for %s", fileName_.c_str()); in EncodeHeader() 400 PKG_CHECK(ret == PKG_SUCCESS, return ret, "Fail write header for %s", fileName_.c_str()); in EncodeHeader() 413 PKG_LOGE("outStream or inStream null for %s", fileName_.c_str()); in Pack() 428 PKG_LOGE("Fail Compress for %s", fileName_.c_str()); in Pack() 450 PKG_LOGE("outStream or inStream null for %s", fileName_.c_str()); in DecodeHeader() 471 fileName_ = fileInfo_.fileInfo.identity; in DecodeHeader() 482 fileInfo_.fileInfo.packedSize, fileInfo_.fileInfo.unpackedSize, fileName_.c_str()); in DecodeHeader() 490 PKG_LOGE("can not algorithm for %s", fileName_.c_str()); in Unpack() [all …]
|
D | pkg_pkgfile.h | 48 return fileName_; in GetFileName() 72 std::string fileName_ {};
|
D | pkg_gzipfile.cpp | 230 DecodeHeaderCalOffset(flags, buffer, offset, fileName_); in DecodeHeader() 231 if (fileName_.empty()) { in DecodeHeader() 234 fileName_ = fileInfo_.fileInfo.identity; in DecodeHeader() 236 fileInfo_.fileInfo.identity = fileName_; in DecodeHeader()
|
D | pkg_pkgfile.cpp | 141 fileName_.assign(inStream->GetFileName()); in Init()
|
D | pkg_lz4file.cpp | 114 fileName_ = fileInfo_.fileInfo.identity; in DecodeHeader()
|
D | pkg_zipfile.cpp | 543 fileName_.assign(fileInfo_.fileInfo.identity); in DecodeLocalFileHeader()
|
/base/request/request/download/interfaces/kits/js/napi/download_single/include/ |
D | download_info.h | 92 std::string fileName_; variable
|
/base/update/updater/services/package/pkg_manager/ |
D | pkg_stream.h | 30 : fileName_(fileName), refCount_(0), pkgManager_(pkgManager) {} in PkgStreamImpl() 73 std::string fileName_; variable
|
D | pkg_stream.cpp | 31 return fileName_; in GetFileName()
|