Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/tests/snapshot_parser_lib/include/
Dini_section_names.h60 const size_t DumpFileSectionLen = 4; variable
/external/OpenCSD/decoder/tests/snapshot_parser_lib/source/
Dsnapshot_parser.cpp350 if (sectionName.substr(0,DumpFileSectionLen) == DumpFileSectionPrefix) in NewSection()