Lines Matching defs:fileName
500 std::string fileName = logName;
501 files.push_back(std::pair<std::string, ZipFileInfo>(fileName, file));
623 void WriteDumpResult(const std::string &result, const std::string &fileName)
632 const std::string resultPath = std::string(UPDATER_PATH) + "/" + fileName;
664 std::string fileName = entry->d_name;
665 std::string filePath = folderPath + "/" + fileName;
707 std::string fileName = entry->d_name;
708 std::string filePath = folderPath + "/" + fileName;
714 if (fileName == "." || fileName == "..") {