Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc4057 const std::string dex_cache_location = dex_cache->GetLocation()->ToModifiedUtf8(); in RegisterDexFileLocked() local
4058 const size_t dex_cache_length = dex_cache_location.length(); in RegisterDexFileLocked()
4065 << dex_cache_location << " " << dex_file.GetLocation(); in RegisterDexFileLocked()
4071 CHECK_EQ(dex_cache_location, dex_file_suffix); in RegisterDexFileLocked()