Searched refs:strFileName (Results 1 – 4 of 4) sorted by relevance
74 std::string strFileName(filename); in ReadNotify() local75 std::string fullPath = strSanLogPath + "/" + strFileName; in ReadNotify()79 gCallback(type, strFileName); in ReadNotify()
164 bool MmsAttachment::SetFileName(std::string strFileName) in SetFileName() argument166 if (strFileName.empty()) { in SetFileName()170 strFileName_.assign(strFileName); in SetFileName()
133 bool SetFileName(std::string strFileName);
76 inline bool IsValidFileName(const std::string& strFileName) in IsValidFileName() argument80 bool bValid = !std::regex_search(strFileName, regExpress); in IsValidFileName()