Home
last modified time | relevance | path

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

/art/libdexfile/dex/
Ddex_file_loader.cc52 static constexpr size_t kWarnOnManyDexFilesThreshold = 100; variable
394 if (i == kWarnOnManyDexFilesThreshold) { in Open()
395 LOG(WARNING) << location_ << " has in excess of " << kWarnOnManyDexFilesThreshold in Open()