Home
last modified time | relevance | path

Searched refs:downloadFileName_ (Results 1 - 2 of 2) sorted by relevance

/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp95 ENGINE_LOGI("StartDownload downloadFileName_ %s, serverUrl_ = %s", downloadFileName_.c_str(), serverUrl_.c_str()); in StartDownload()
96 downloadFileName_ = fileName; in StartDownload()
114 packageSize_ = GetLocalFileLength(downloadFileName_); in ProcessThreadExecute()
116 bool findDot = (downloadFileName_.find("/.") != std::string::npos) || in ProcessThreadExecute()
117 (downloadFileName_.find("./") != std::string::npos); in ProcessThreadExecute()
120 return true, "Failed to check file %s", downloadFileName_.c_str()); in ProcessThreadExecute()
121 downloadFile_ = FileOpen(downloadFileName_, "ab+"); in ProcessThreadExecute()
124 return true, "Failed to open file %s", downloadFileName_.c_str()); in ProcessThreadExecute()
185 ENGINE_LOGI("DownloadCallback percent %d, status %d, exitDownload_ %d, error %s, downloadFileName_ in DownloadCallback()
[all...]
/base/update/updateservice/services/engine/include/
H A Dprogress_thread.h86 packageSize_ = GetLocalFileLength(downloadFileName_); in GetPackageSize()
104 std::string downloadFileName_; member in OHOS::UpdateEngine::DownloadThread

Completed in 2 milliseconds