Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dsanitizerd_monitor.cpp74 std::string strFileName(filename); in ReadNotify() local
75 std::string fullPath = strSanLogPath + "/" + strFileName; in ReadNotify()
79 gCallback(type, strFileName); in ReadNotify()
/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_attachment.cpp164 bool MmsAttachment::SetFileName(std::string strFileName) in SetFileName() argument
166 if (strFileName.empty()) { in SetFileName()
170 strFileName_.assign(strFileName); in SetFileName()
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h133 bool SetFileName(std::string strFileName);
/base/hiviewdfx/hilog/services/hilogd/
Dservice_controller.cpp76 inline bool IsValidFileName(const std::string& strFileName) in IsValidFileName() argument
80 bool bValid = !std::regex_search(strFileName, regExpress); in IsValidFileName()