Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp537 std::string lineAppend = GetNextLine(phdrFP_, &status); in ParseProgramHeaders() local
542 if (lineAppend.empty()) { in ParseProgramHeaders()
546 line += lineAppend; in ParseProgramHeaders()
595 std::string lineAppend = GetNextLine(shdrFP_, &status); in ParseSectionHeaders() local
596 if (lineAppend.empty()) { in ParseSectionHeaders()
600 line += lineAppend; in ParseSectionHeaders()