Home
last modified time | relevance | path

Searched refs:filename_ (Results 1 – 6 of 6) sorted by relevance

/base/update/sys_installer/services/module_update/util/src/
Dmodule_zip_helper.cpp113 filename_ = filename; in LocateFile()
126 LOG(ERROR) << "Get file size error " << err << ". " << filename_ << " in " << zipPath_; in GetFileSize()
142 LOG(ERROR) << "Get file pos error " << err << ". " << filename_ << " in " << zipPath_; in GetFileOffset()
207 LOG(ERROR) << "Open current file error " << err << ". " << filename_ << " in " << zipPath_; in GetFileContent()
213 LOG(ERROR) << "Read current file error. " << filename_ << " in " << zipPath_; in GetFileContent()
217 LOG(ERROR) << "Close current file error " << err << ". " << filename_ << " in " << zipPath_; in GetFileContent()
/base/request/request/frameworks/js/napi/src/legacy/
Drequest_manager.cpp119 …piUtils::SetStringPropertyUtf8(descriptor.env_, argv[0], "uri", URI_PREFIX + descriptor.filename_); in OnTaskDone()
185 downloadOption.filename_ = NapiUtils::Convert2String(env, option, "filename"); in ParseOption()
186 if (downloadOption.filename_.empty()) { in ParseOption()
187 downloadOption.filename_ = GetFilenameFromUrl(downloadOption.url_); in ParseOption()
189 auto filename = downloadOption.filename_; in ParseOption()
192 filename = downloadOption.filename_ + std::to_string(i); in ParseOption()
194 downloadOption.filename_ = filename; in ParseOption()
218 if (element.second.filename_ == filename) { in HasSameFilename()
256 if (!IsPathValid(option.fileDir_, option.filename_)) { in Download()
260 if (HasSameFilename(option.filename_)) { in Download()
[all …]
Ddownload_task.cpp45 auto downloadFile = option_.fileDir_ + '/' + option_.filename_; in OpenDownloadFile()
82 remove((option_.fileDir_ + '/' + option_.filename_).c_str()); in NotifyDone()
159 option_.url_.c_str(), option_.filename_.c_str(), option_.fileDir_.c_str()); in Start()
/base/update/sys_installer/services/module_update/util/include/
Dmodule_zip_helper.h45 std::string filename_; variable
/base/request/request/frameworks/js/napi/include/legacy/
Ddownload_task.h30 std::string filename_; member
Drequest_manager.h45 std::string filename_; member