Searched refs:GetLocalFileLength (Results 1 – 3 of 3) sorted by relevance
79 static size_t GetLocalFileLength(const std::string &fileName);86 packageSize_ = GetLocalFileLength(downloadFileName_); in GetPackageSize()
114 packageSize_ = GetLocalFileLength(downloadFileName_); in ProcessThreadExecute()226 size_t DownloadThread::GetLocalFileLength(const std::string &fileName) in GetLocalFileLength() function in OHOS::UpdateEngine::DownloadThread
91 …int64_t localFileLength = static_cast<int64_t>(DownloadThread::GetLocalFileLength(downloadFileName… in PerformDownload()