Searched refs:filePathName (Results 1 – 1 of 1) sorted by relevance
234 std::string filePathName = attachment.GetAttachmentFilePath(); in SetAttachment() local235 bool readFileRes = WriteBodyFromFile(filePathName); in SetAttachment()239 std::size_t pos = filePathName.find_last_of('/'); in SetAttachment()241 tempFileName = filePathName.substr(pos + 1); in SetAttachment()