Searched refs:canonical_key (Results 1 – 1 of 1) sorted by relevance
559 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Setup() local560 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()1003 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Setup() local1005 if (canonical_key != key) { in Setup()1006 oat_dex_files_.Put(canonical_key, oat_dex_file); in Setup()1714 std::string_view canonical_key(oat_dex_file->GetCanonicalDexFileLocation()); in Open() local1715 oat_file->oat_dex_files_.Put(canonical_key, oat_dex_file); in Open()2041 std::string_view canonical_key(dex_canonical_location); in GetOatDexFile() local2042 auto canonical_it = oat_dex_files_.find(canonical_key); in GetOatDexFile()