Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_parse_utils.cpp1932 const uint32 kMaxDumpString = gDumpLineLimit * 64; in DumpString() local
1940 while (*ss != 0 && total++ < kMaxDumpString) in DumpString()