Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc80 static constexpr uint16_t kMaxDexFileKeyLength = PATH_MAX; variable
441 if (dex_data.profile_key.size() >= kMaxDexFileKeyLength) { in Save()
1035 if (profile_key_size == 0 || profile_key_size > kMaxDexFileKeyLength) { in ReadProfileLineHeader()