Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc328 static constexpr size_t kWarnOnManyDexFilesThreshold = 100; variable
362 if (i == kWarnOnManyDexFilesThreshold) { in OpenFromZip()
363 LOG(WARNING) << location << " has in excess of " << kWarnOnManyDexFilesThreshold in OpenFromZip()