Searched refs:pandaFileInfo (Results 1 – 1 of 1) sorted by relevance
222 std::string pandaFileInfo; in ParseFromText() local223 while (std::getline(stream, pandaFileInfo)) { in ParseFromText()224 if (pandaFileInfo.empty()) { in ParseFromText()228 size_t start = pandaFileInfo.find_first_of(ARRAY_START); in ParseFromText()229 size_t end = pandaFileInfo.find_last_of(ARRAY_END); in ParseFromText()233 auto content = pandaFileInfo.substr(start + 1, end - (start + 1) - 1); in ParseFromText()250 std::string pandaFileInfo = NEW_LINE + PANDA_FILE_INFO_HEADER; in ProcessToText() local254 pandaFileInfo += BLOCK_SEPARATOR + SPACE; in ProcessToText()258 pandaFileInfo += std::to_string(info.GetChecksum()); in ProcessToText()261 pandaFileInfo += (SPACE + ARRAY_END + NEW_LINE); in ProcessToText()[all …]