Searched refs:kMaxDexFileKeyLength (Results 1 - 1 of 1) sorted by relevance

/art/runtime/jit/
H A Doffline_profiling_info.cc41 static constexpr uint16_t kMaxDexFileKeyLength = PATH_MAX; member in namespace:art
204 if (dex_location.size() >= kMaxDexFileKeyLength) {
408 if (dex_location_size == 0 || dex_location_size > kMaxDexFileKeyLength) {

Completed in 5 milliseconds