Home
last modified time | relevance | path

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

/art/libartbase/base/
Dzip_archive.cc159 static constexpr const int kMaxDumpChars = 15; in MapDirectlyFromFile() local
162 int count = offset + kMaxDumpChars; in MapDirectlyFromFile()
182 count = kMaxDumpChars; in MapDirectlyFromFile()
190 LOG(INFO) << "map first " << kMaxDumpChars << " chars:"; in MapDirectlyFromFile()