Home
last modified time | relevance | path

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

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