Home
last modified time | relevance | path

Searched defs:strFileName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm_plugin/src/
H A Dinstall_plugin_test.cpp93 std::string strFileName(5000, 'a'); variable
113 std::string strFileName = "../aaa.hap"; variable
131 std::string strFileName = "./aaa.hap"; variable
149 std::string strFileName = "/aaa.hap"; variable
167 std::string strFileName = "aaa.hap"; variable
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_attachment.cpp165 bool MmsAttachment::SetFileName(std::string strFileName) in SetFileName()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dservice_controller.cpp88 inline bool IsValidFileName(const std::string& strFileName) in IsValidFileName()