Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc3512 const std::string dex_cache_location = dex_cache->GetLocation()->ToModifiedUtf8(); in RegisterDexFileLocked() local
3513 const size_t dex_cache_length = dex_cache_location.length(); in RegisterDexFileLocked()
3517 << dex_cache_location << " " << dex_file.GetLocation(); in RegisterDexFileLocked()
3524 CHECK_EQ(dex_cache_location, dex_file_suffix); in RegisterDexFileLocked()