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/
H A 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/
H A Drequest_manager.cpp118 NapiUtils::SetStringPropertyUtf8(descriptor.env_, argv[0], "uri", URI_PREFIX + descriptor.filename_); in OnTaskDone()
184 downloadOption.filename_ = NapiUtils::Convert2String(env, option, "filename"); in ParseOption()
185 if (downloadOption.filename_.empty()) { in ParseOption()
186 downloadOption.filename_ = GetFilenameFromUrl(downloadOption.url_); in ParseOption()
188 auto filename = downloadOption.filename_; in ParseOption()
191 filename = downloadOption.filename_ + std::to_string(i); in ParseOption()
193 downloadOption.filename_ = filename; in ParseOption()
217 if (element.second.filename_ == filename) { in HasSameFilename()
255 if (!IsPathValid(option.fileDir_, option.filename_)) { in Download()
259 if (HasSameFilename(option.filename_)) { in Download()
[all...]
H A Ddownload_task.cpp46 auto downloadFile = option_.fileDir_ + '/' + option_.filename_; in OpenDownloadFile()
83 remove((option_.fileDir_ + '/' + option_.filename_).c_str()); in NotifyDone()
160 option_.url_.c_str(), option_.filename_.c_str(), option_.fileDir_.c_str()); in Start()
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_zip_helper.h45 std::string filename_; member in OHOS::SysInstaller::ModuleZipHelper
/base/request/request/frameworks/js/napi/include/legacy/
H A Ddownload_task.h31 std::string filename_; member
H A Drequest_manager.h46 std::string filename_; member

Completed in 3 milliseconds