Searched refs:canonical_key (Results 1 – 1 of 1) sorted by relevance
480 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Setup() local481 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()915 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Setup() local917 if (canonical_key != key) { in Setup()918 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()1813 std::string_view canonical_key(dex_canonical_location); in GetOatDexFile() local1814 auto canonical_it = oat_dex_files_.find(canonical_key); in GetOatDexFile()