Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dclass_linker.cc3905 const std::string dex_cache_location = dex_cache->GetLocation()->ToModifiedUtf8(); in RegisterDexFileLocked() local
3906 const size_t dex_cache_length = dex_cache_location.length(); in RegisterDexFileLocked()
3913 << dex_cache_location << " " << dex_file.GetLocation(); in RegisterDexFileLocked()
3919 CHECK_EQ(dex_cache_location, dex_file_suffix); in RegisterDexFileLocked()