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 g_callback(type, strFileName); in ReadNotify()
160 bool MmsAttachment::SetFileName(std::string strFileName) in SetFileName() argument162 if (strFileName.empty()) { in SetFileName()166 strFileName_.assign(strFileName); in SetFileName()
133 bool SetFileName(std::string strFileName);
75 inline bool IsValidFileName(const std::string& strFileName) in IsValidFileName() argument79 bool bValid = !std::regex_search(strFileName, regExpress); in IsValidFileName()