Lines Matching defs:fileName
184 std::string fileName(pathName.substr(pos + 1));
189 if (!imageAttachment.SetFileName(fileName)) {
197 if (!imageAttachment.SetContentLocation(fileName)) {
230 bool GetMmsPduFromFile(const std::string &fileName, std::string &mmsPdu)
233 if (fileName.empty() || realpath(fileName.c_str(), realPath) == nullptr) {
509 std::string fileName(pathName.substr(pos + 1));
541 retBool = attachment.SetFileName(fileName);
544 EXPECT_STREQ(retStr.c_str(), fileName.c_str());
547 EXPECT_STRNE(retStr.c_str(), fileName.c_str());
694 mmsContentParam2.SetFileName("fileName");
696 EXPECT_STREQ(testStr.c_str(), "fileName");
705 EXPECT_STREQ(testStr.c_str(), "fileName");