Home
last modified time | relevance | path

Searched refs:strPath (Results 1 – 7 of 7) sorted by relevance

/base/telephony/sms_mms/frameworks/native/mms/src/
Dmms_attachment.cpp30 bool MmsAttachment::SetAttachmentFilePath(std::string strPath, bool isSmil) in SetAttachmentFilePath() argument
32 if (strPath.empty()) { in SetAttachmentFilePath()
36 strPathName_ = strPath; in SetAttachmentFilePath()
/base/update/updater/utils/
Dutils.cpp535 std::string strPath = path; in RemoveDir() local
536 if (strPath.at(strPath.length() - 1) != '/') { in RemoveDir()
537 strPath.append("/"); in RemoveDir()
539 DIR *d = opendir(strPath.c_str()); in RemoveDir()
549 auto file_name = strPath + std::string(dt->d_name); in RemoveDir()
560 return rmdir(strPath.c_str()) == 0 ? true : false; in RemoveDir()
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
Dzip_writer.cpp155 bool ZipWriter::ZipOpenNewFileInZip(zipFile zip_file, const std::string &strPath) in ZipOpenNewFileInZip() argument
157 DUMPER_HILOGD(MODULE_COMMON, "ZipOpenNewFileInZip enter|strPath=[%{public}s]", strPath.c_str()); in ZipOpenNewFileInZip()
162 int res = zipOpenNewFileInZip4(zip_file, strPath.c_str(), &fileInfo, in ZipOpenNewFileInZip()
/base/telephony/sms_mms/test/unittest/
Dmms_msg_test.h29 void MmsDecodeTest(std::string strPath) const;
Dmms_msg_test.cpp145 void MmsMsgTest::MmsDecodeTest(std::string strPath) const in MmsDecodeTest()
148 if (!decodeMsg.DecodeMsg(strPath)) { in MmsDecodeTest()
150 std::cout << "mms file path name:" << strPath << std::endl; in MmsDecodeTest()
/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
Dzip_writer.h40 static bool ZipOpenNewFileInZip(zipFile zip_file, const std::string &strPath);
/base/telephony/sms_mms/interfaces/innerkits/
Dmms_attachment.h37 bool SetAttachmentFilePath(std::string strPath, bool isSmil = false);