Searched refs:boot_set (Results 1 – 1 of 1) sorted by relevance
804 std::unordered_set<const OatFile*> boot_set(boot_vector.begin(), boot_vector.end()); in SetOnlyUseTrustedOatFiles() local807 if (boot_set.find(oat_file.get()) == boot_set.end()) { in SetOnlyUseTrustedOatFiles()