Home
last modified time | relevance | path

Searched refs:GetLocalFileLength (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/update/updateservice/services/engine/include/
H A Dprogress_thread.h79 static size_t GetLocalFileLength(const std::string &fileName);
86 packageSize_ = GetLocalFileLength(downloadFileName_); in GetPackageSize()
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp114 packageSize_ = GetLocalFileLength(downloadFileName_); in ProcessThreadExecute()
226 size_t DownloadThread::GetLocalFileLength(const std::string &fileName) in GetLocalFileLength() function in OHOS::UpdateEngine::DownloadThread
/ohos5.0/base/update/updateservice/services/firmware/upgrade/executor/src/
H A Dfirmware_download_executor.cpp91 …int64_t localFileLength = static_cast<int64_t>(DownloadThread::GetLocalFileLength(downloadFileName… in PerformDownload()