Searched refs:GetLocalFileLength (Results 1 – 4 of 4) sorted by relevance
101 packageSize_ = GetLocalFileLength(downloadFileName_); in ProcessThreadExecute()207 size_t DownloadThread::GetLocalFileLength(const std::string &fileName) in GetLocalFileLength() function in OHOS::UpdateEngine::DownloadThread
391 size_t localFileLength = DownloadThread::GetLocalFileLength(downloadFileName); in DownloadVersion()
74 static size_t GetLocalFileLength(const std::string &fileName);
332 size_t length = DownloadThread::GetLocalFileLength(jsonFileName); in TestDownLoadProgress()