Searched refs:findDot (Results 1 – 1 of 1) sorted by relevance
116 bool findDot = (downloadFileName_.find("/.") != std::string::npos) || in ProcessThreadExecute() local118 ENGINE_CHECK(!findDot, in ProcessThreadExecute()228 …bool findDot = (fileName.find("/.") != std::string::npos) || (fileName.find("./") != std::string::… in GetLocalFileLength() local229 ENGINE_CHECK_NO_LOG(!findDot, return 0); in GetLocalFileLength()