Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/services/engine/src/
H A Dprogress_thread.cpp116 bool findDot = (downloadFileName_.find("/.") != std::string::npos) || in ProcessThreadExecute() local
118 ENGINE_CHECK(!findDot, in ProcessThreadExecute()
228 …bool findDot = (fileName.find("/.") != std::string::npos) || (fileName.find("./") != std::string::… in GetLocalFileLength() local
229 ENGINE_CHECK_NO_LOG(!findDot, return 0); in GetLocalFileLength()