Searched refs:remap (Results 1 – 1 of 1) sorted by relevance
609 SafeMap<std::string, std::string> remap; in EncodeContextInternal() local613 remap.Put(info.original_classpath[k], stored_info->classpath[k]); in EncodeContextInternal()629 if (!remap.empty()) { in EncodeContextInternal()631 auto it = remap.find(base_dex_location); in EncodeContextInternal()632 CHECK(it != remap.end()) << base_dex_location; in EncodeContextInternal()