Searched refs:filename_ (Results 1 – 6 of 6) sorted by relevance
113 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()
119 …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 …]
45 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()
45 std::string filename_; variable
30 std::string filename_; member
45 std::string filename_; member