Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.cpp222 std::string pandaFileInfo; in ParseFromText() local
223 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() local
254 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 …]