Lines Matching refs:strPathName
799 std::string strPathName = "/data/app/enSrc/";
800 strPathName.append(it.GetFileName());
801 std::cout << "======= strPathName:" << strPathName << std::endl;
802 if (!WriteBufferToFile(std::move(buff), len, strPathName)) {
891 const std::unique_ptr<char[]> &buff, uint32_t len, const std::string &strPathName) const
894 pFile = fopen(strPathName.c_str(), "wb");
896 std::cout << "open file: " << strPathName << "fail!" << std::endl;
901 std::cout << "write mms buffer to file success name:" << strPathName << std::endl;
903 std::cout << "write mms buffer to file error name:" << strPathName << std::endl;